[Phpslash-commit] CVS: phpslash-ft/public_html/admin pollAdmin.php3,1.5,1.6
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2002-02-18 21:09:44
|
Update of /cvsroot/phpslash/phpslash-ft/public_html/admin In directory usw-pr-cvs1:/tmp/cvs-serv19343/phpslash-ft/public_html/admin Modified Files: pollAdmin.php3 Log Message: [ #515209 ] pollAdmin.php3 broken Index: pollAdmin.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/admin/pollAdmin.php3,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** pollAdmin.php3 18 Feb 2002 21:04:25 -0000 1.5 --- pollAdmin.php3 18 Feb 2002 21:09:40 -0000 1.6 *************** *** 51,55 **** } else { // no permissions! $auth->auth['error'] = pslgetText("Sorry. You do not have the necessary privilege to view this page."); ! Header("Location: " . $_PSL['rooturl' ."/login.php3"]); // exit; } --- 51,55 ---- } else { // no permissions! $auth->auth['error'] = pslgetText("Sorry. You do not have the necessary privilege to view this page."); ! Header("Location: " . $_PSL['rooturl' ."/login.php3"]); exit; } |