Changeset 8031 for trunk/wp-app.php
- Timestamp:
- 06/02/2008 08:38:39 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-app.php
r7991 r8031 173 173 global $always_authenticate; 174 174 175 $path = $_SERVER['PATH_INFO']; 175 if( !empty( $_SERVER['ORIG_PATH_INFO'] ) ) 176 $path = $_SERVER['ORIG_PATH_INFO']; 177 else 178 $path = $_SERVER['PATH_INFO']; 179 176 180 $method = $_SERVER['REQUEST_METHOD']; 177 181
Note: See TracChangeset
for help on using the changeset viewer.