[ Index ]

Source Code Reference for V1.00

title

Body

[close]

/modules/system/ -> phpinfo.php (source)

   1  <?php /* $Id: index.php 40 2008-02-11 12:11:44Z pedroix $ $URL: https://web2project.svn.sourceforge.net/svnroot/web2project/trunk/modules/system/index.php $ */
   2  if (!defined('W2P_BASE_DIR')) {
   3      die('You should not access this file directly.');
   4  }
   5  $perms = &$AppUI->acl();
   6  if (!$perms->checkModule('system', 'view')) { // let's see if the user has sys access
   7      $AppUI->redirect('m=public&a=access_denied');
   8  }
   9  phpinfo(); 
  10  ?>


Generated: Thu Jan 8 03:00:03 2009 Cross-referenced by PHPXref 0.7