Update of /cvsroot/phpicalendar/phpicalendar/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25759/phpicalendar/admin
Modified Files:
index.php
Log Message:
patches to change none to server
Index: index.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/admin/index.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** index.php 14 Aug 2006 04:57:16 -0000 1.5
--- index.php 23 May 2007 18:29:34 -0000 1.6
***************
*** 33,37 ****
$password = $_POST['password'];
! if ($auth_method == 'none') {
$is_loged_in = TRUE;
} else {
--- 33,37 ----
$password = $_POST['password'];
! if ($auth_method == 'server') {
$is_loged_in = TRUE;
} else {
|