When I try to login with the proper username/password, I only get forwared to
index.php.
I accomplished to locate the bug:
Submit will POST data to auth.inc.php, but in auth.inc.php we have:
if ($ref!=$_SERVER['SCRIPT_FILENAME']){
header("Location: index.php");
}
Since $ref!=$_SERVER['SCRIPT_FILENAME'] is true, we will get redirected to
index.php
DFG
_______________________________________________
This mailing list is hosted and supported
by bit-heads GmbH | http://www.bit-heads.ch
_______________________________________________
Web-cyradm mailing list
[email protected]
http://www.web-cyradm.org/mailman/listinfo/web-cyradm