Changeset 23515 for branches/version-2_13-dev/data/class/SC_Session.php
- Timestamp:
- 2014/06/03 23:01:12 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/SC_Session.php
r23491 r23515 68 68 public function IsSuccess() 69 69 { 70 if ($this->cert == CERT_STRING) {70 if ($this->cert == CERT_STRING) { 71 71 $masterData = new SC_DB_MasterData_Ex(); 72 72 $admin_path = strtolower(preg_replace('/\/+/', '/', $_SERVER['SCRIPT_NAME']));
Note: See TracChangeset
for help on using the changeset viewer.