3 Mar 2007 15:54
mantisbt login.php,1.36,1.37
Update of /cvsroot/mantisbt/mantisbt In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv18692 Modified Files: login.php Log Message: FIX: helps mantis to run under phalanger (http://www.php-compiler.net/). break is only valid within a loop. Additionally auth_http_prompt calls exit. Index: login.php =================================================================== RCS file: /cvsroot/mantisbt/mantisbt/login.php,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- login.php 7 Aug 2005 16:01:37 -0000 1.36 +++ login.php 3 Mar 2007 14:54:15 -0000 1.37 <at> <at> -36,7 +36,7 <at> <at> } else { auth_http_set_logout_pending( false ); auth_http_prompt(); - break; + return; } } ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your(Continue reading)
RSS Feed