Changeset 521 for trunk/Common/Page.php
- Timestamp:
- Apr 14, 2013, 9:04:17 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Page.php
r519 r521 33 33 while(strpos($ScriptName, '//') !== false) 34 34 $ScriptName = str_replace('//', '/', $ScriptName); 35 if(strpos($ScriptName, '?') !== false) 36 $ScriptName = substr($ScriptName, 0, strrpos($ScriptName, '?')); 35 37 $ScriptName = substr($ScriptName, strlen($this->System->Link(''))); 36 38 if(substr($ScriptName, -1, 1) == '/') $ScriptName = substr($ScriptName, 0, -1);
Note:
See TracChangeset
for help on using the changeset viewer.