[Openfirst-cvscommit] members/phpicalendar/includes header.inc.php,1.1,1.2
Brought to you by:
xtimg
From: <xt...@us...> - 2003-10-05 15:31:10
|
Update of /cvsroot/openfirst/members/phpicalendar/includes In directory sc8-pr-cvs1:/tmp/cvs-serv25449 Modified Files: header.inc.php Log Message: Fix typo of show_login() instead of showlogin() which was preventing authentication from working as expected. Index: header.inc.php =================================================================== RCS file: /cvsroot/openfirst/members/phpicalendar/includes/header.inc.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** header.inc.php 5 Oct 2003 15:29:06 -0000 1.1 --- header.inc.php 5 Oct 2003 15:31:07 -0000 1.2 *************** *** 2,6 **** include($header); if(! isset($user->user) || $user->user == "") { ! die(show_login() . include($footer)); } ?> --- 2,6 ---- include($header); if(! isset($user->user) || $user->user == "") { ! die(showlogin() . include($footer)); } ?> |