phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgroupware anon_wrapper.php,1.4,1.5


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgroupware anon_wrapper.php,1.4,1.5
Date: Sun, 15 Sep 2002 20:00:06 -0400

Update of /cvsroot/phpgroupware/phpgroupware
In directory subversions:/tmp/cvs-serv15619

Modified Files:
        anon_wrapper.php 
Log Message:
GNU Bug #895, GNU Patch #517.

Index: anon_wrapper.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgroupware/anon_wrapper.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** anon_wrapper.php    24 Dec 2001 05:04:23 -0000      1.4
--- anon_wrapper.php    16 Sep 2002 00:00:04 -0000      1.5
***************
*** 30,34 ****
        include('./header.inc.php');
  
!       $sessionid = $GLOBALS['phpgw']->session->create($login,$passwd);
        $GLOBALS['phpgw']->redirect($GLOBALS['phpgw']->link('/index.php'));
  ?>
--- 30,40 ----
        include('./header.inc.php');
  
!       // If your are going to use multiable accounts, remove the following 
lines 
!       // You must create the useraccount and check its permissions before use 
! 
!       $login  = 'anonymous'; 
!       $passwd = 'anonymous'; 
! 
!       $sessionid = $GLOBALS['phpgw']->session->create($login,$passwd,'text');
        $GLOBALS['phpgw']->redirect($GLOBALS['phpgw']->link('/index.php'));
  ?>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]