Login through HTTPS only!
Posted: Thu 17. Feb 2005, 17:33
Open login.php and add this code right after Copyright notice text, before if (ini_get.......:
Code: Select all
if($_SERVER['HTTPS']=='on'); else {header ('Location: https://'.$_SERVER['HTTP_HOST'].$_SERVER['REQ EST_URI']);}