Changeset 398
- Timestamp:
- 06/29/09 05:19:36 (13 years ago)
- Location:
- dev/common
- Files:
-
- 1 added
- 4 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/admin/admin_menu.php
r370 r398 59 59 options::oldMenu('Maintenance', "Auditing", "?a=admin_audit"); 60 60 options::oldMenu('Maintenance', "Troubleshooting", "?a=admin_troubleshooting"); 61 options::oldMenu('Maintenance', "Settings Report", "?a=admin_status"); 61 62 options::oldMenu('Kill Import/Export', "Kill Import - files", "?a=admin_kill_import"); 62 63 options::oldMenu('Kill Import/Export', "Kill Import - csv", "?a=admin_kill_import_csv"); -
dev/common/includes/autoupgrade.php
r397 r398 12 12 define(CURRENT_DB_UPDATE,config::get("DBUpdate")); 13 13 //Update version of this autoupgrade.php 14 define(LASTEST_DB_UPDATE,"008"); 14 // Moved to index.php 15 //define(LASTEST_DB_UPDATE,"008"); 15 16 16 17 function updateDB(){ -
dev/common/includes/globals.php
r397 r398 7 7 else 8 8 { 9 $svn_rev = '39 7';9 $svn_rev = '398'; 10 10 } 11 11 define('SVN_REV', $svn_rev); -
dev/common/index.php
r392 r398 137 137 else define('KB_CACHE', 0); 138 138 139 // Hardcode the DBUpdate 140 define(LASTEST_DB_UPDATE,"008"); 141 142 if(config::get('DBUpdate') < LASTEST_DB_UPDATE) $page = 'admin'; 143 139 144 // all admin files are now in the admin directory and preload the menu 140 145 if (substr($page, 0, 5) == 'admin')