- Timestamp:
- 05/31/11 11:54:39 (12 months ago)
- File:
-
- 1 edited
-
trunk/core/cms.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/cms.php
r804 r805 1465 1465 $folder = rtrim($uri, '/'); 1466 1466 1467 if (strstr($uri, "?") ){1467 if (strstr($uri, "?") && !preg_match('/^admin\/(.*)/i', $uri)){ 1468 1468 $query_str = substr($uri, strpos($uri, "?")+1); 1469 1469 $uri = substr($uri, 0, strpos($uri, "?"));
Note: See TracChangeset
for help on using the changeset viewer.
