Changeset 21704 for branches/version-2_12-dev/data/class/SC_Session.php
- Timestamp:
- 2012/04/03 18:31:27 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/SC_Session.php
r21627 r21704 68 68 if ($this->cert == CERT_STRING) { 69 69 $masterData = new SC_DB_MasterData_Ex(); 70 $admin_path = preg_replace('/\/+/', '/', $_SERVER[' PHP_SELF']);70 $admin_path = preg_replace('/\/+/', '/', $_SERVER['SCRIPT_NAME']); 71 71 $arrPERMISSION = $masterData->getMasterData('mtb_permission'); 72 72 if (isset($arrPERMISSION[$admin_path])) {
Note: See TracChangeset
for help on using the changeset viewer.