phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: admin phpinfo.php,1.2.2.1,1.2.2.1.2.1


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: admin phpinfo.php,1.2.2.1,1.2.2.1.2.1
Date: Sun, 25 May 2003 11:41:27 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        phpinfo.php 
Log Message:
fixes to get acl-manager working


Index: phpinfo.php
===================================================================
RCS file: /cvsroot/phpgroupware/admin/phpinfo.php,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.1.2.1
diff -C2 -r1.2.2.1 -r1.2.2.1.2.1
*** phpinfo.php 12 Aug 2002 21:55:52 -0000      1.2.2.1
--- phpinfo.php 25 May 2003 15:41:25 -0000      1.2.2.1.2.1
***************
*** 18,21 ****
--- 18,26 ----
        );
        include('../header.inc.php');
+       
+       if ($GLOBALS['phpgw']->acl->check('info_access',1,'admin'))
+       {
+               $GLOBALS['phpgw']->redirect_link('/index.php');
+       }
  
  // Throw a little notice out if PHPaccelerator is enabled.





reply via email to

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