Changeset 1072 for trunk/admin/user_list.php
- Timestamp:
- Mar 9, 2006, 11:46:28 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/user_list.php
r1070 r1072 168 168 die('Hacking attempt!'); 169 169 } 170 include_once(PHPWG_ROOT_PATH.'admin/include/isadmin.inc.php'); 170 171 include_once(PHPWG_ROOT_PATH.'admin/include/functions.php'); 172 173 // +-----------------------------------------------------------------------+ 174 // | Check Access and exit when user status is not ok | 175 // +-----------------------------------------------------------------------+ 176 check_status(ACCESS_ADMINISTRATOR); 171 177 172 178 $page['order_by_items'] = array(
Note: See TracChangeset
for help on using the changeset viewer.