Changeset 1068 in ExiteCMS for trunk/includes/core_functions.php
- Timestamp:
- 11/06/07 00:40:02 (5 years ago)
- File:
-
- 1 edited
-
trunk/includes/core_functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core_functions.php
r957 r1068 197 197 if (isset($_SERVER['SERVER_SOFTWARE'])) { 198 198 // Common definitions - CGI mode 199 define("CMS_CLI", false); 199 200 $_SERVER['QUERY_STRING'] = isset($_SERVER['QUERY_STRING']) ? cleanurl($_SERVER['QUERY_STRING']) : ""; 200 201 $_SERVER['REQUEST_URI'] = isset($_SERVER['REQUEST_URI']) ? cleanurl($_SERVER['REQUEST_URI']) : ""; … … 208 209 } else { 209 210 // Common definitions - CLI mode 211 define("CMS_CLI", true); 210 212 define("USER_IP", '0.0.0.0'); 211 213 }
Note: See TracChangeset
for help on using the changeset viewer.
