|
R
|
ringah 1/29/2009 |
|
If the IP address is fixed you could check the users IP from session variable (see PHPR help) and create a simple IF statement in user login event to check if IP is valid..something like... $ip=$_SERVER['REMOTE_ADDR'];
function check_ip($IP)
|
|