Chris Charlton - 2007-06-25

Logged In: YES
user_id=678800
Originator: NO

Open up admin.php

// Do you want to check admin IP addresses?
// This can causes problems if your IP address changes whilst you are online
// bool 1 or 0

$check_ip = 1;

Change the 1 to a 0 and the IP address will not be checked.

Let me know if you need any more help.