Changeset 1072 for trunk/admin/site_update.php
- Timestamp:
- Mar 9, 2006, 11:46:28 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/site_update.php
r1064 r1072 30 30 die('Hacking attempt!'); 31 31 } 32 include_once( PHPWG_ROOT_PATH.'admin/include/isadmin.inc.php'); 32 33 include_once(PHPWG_ROOT_PATH.'admin/include/functions.php'); 34 35 // +-----------------------------------------------------------------------+ 36 // | Check Access and exit when user status is not ok | 37 // +-----------------------------------------------------------------------+ 38 check_status(ACCESS_ADMINISTRATOR); 33 39 34 40 if (!is_numeric($_GET['site']))
Note: See TracChangeset
for help on using the changeset viewer.