Update of /cvsroot/phpicalendar/phpicalendar/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26168/phpicalendar/admin
Modified Files:
index.php
Log Message:
patches to change none to server - fix the comment too
Index: index.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/admin/index.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** index.php 23 May 2007 18:29:34 -0000 1.6
--- index.php 23 May 2007 18:30:37 -0000 1.7
***************
*** 29,33 ****
! // if $auth_method == 'none', don't do any authentication
$username = $_POST['username'];
$password = $_POST['password'];
--- 29,33 ----
! // if $auth_method == 'server', don't do any authentication
$username = $_POST['username'];
$password = $_POST['password'];
|