Changeset 1072 for trunk/admin/images/global_stats.img.php
- Timestamp:
- Mar 9, 2006, 11:46:28 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/images/global_stats.img.php
r685 r1072 29 29 define('IN_ADMIN', true); 30 30 include_once( PHPWG_ROOT_PATH.'include/common.inc.php' ); 31 include_once( PHPWG_ROOT_PATH.'admin/include/isadmin.inc.php');31 include_once(PHPWG_ROOT_PATH.'admin/include/functions.php'); 32 32 include_once( 'phpBarGraph.php' ); 33 34 // +-----------------------------------------------------------------------+ 35 // | Check Access and exit when user status is not ok | 36 // +-----------------------------------------------------------------------+ 37 check_status(ACCESS_ADMINISTRATOR); 33 38 34 39 //------------------------------------------------ variable definition
Note: See TracChangeset
for help on using the changeset viewer.