Changeset 877 for trunk/Application/Core.php
- Timestamp:
- Oct 4, 2017, 11:04:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/Core.php
r864 r877 61 61 62 62 if(GetRemoteAddress() != '') 63 $this->BaseURL = substr($_SERVER["CONTEXT_PREFIX"], 0, -1); 63 { 64 $this->BaseURL = $_SERVER["CONTEXT_PREFIX"]; 65 if (substr($this->BaseURL, -1, 1) == '/') $this->BaseURL = substr($this->BaseURL, 0, -1); 66 } 64 67 $this->PathItems = ProcessURL(); 65 68
Note:
See TracChangeset
for help on using the changeset viewer.