Changeset 6624
- Timestamp:
- 09/06/08 22:03:18 (4 months ago)
- Files:
-
- 1 modified
-
trunk/rewrite.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/rewrite.php
r6558 r6624 10 10 } 11 11 if (!empty($_SERVER['PRELOAD_CONFIG']) && file_exists('config.php')) require_once ROOT."/config.php"; 12 if (isset($_SERVER['HTTP_X_ORIGINAL_URL'])) 13 $_SERVER['REQUEST_URI'] = $_SERVER['HTTP_X_ORIGINAL_URL']; 12 14 /* Retrieve Access Parameter Information. */ 13 15 $accessInfo = array(
