support for password post
-
some other actions to let go..
//if we’re logging out, let it go
if(isset($_REQUEST[‘action’]) && $_REQUEST[‘action’] == ‘logout’)
return;
if(isset($_REQUEST[‘action’]) && $_REQUEST[‘action’] == ‘postpass’)
return;
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘support for password post’ is closed to new replies.