Changeset 1847
- Timestamp:
- 08/25/06 15:24:31 (2 years ago)
- Files:
-
- trunk/lib/request/sfWebRequest.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/request/sfWebRequest.class.php
r1813 r1847 395 395 396 396 // for IIS 397 if ( false !== stripos($_SERVER['SERVER_SOFTWARE'], 'iis') && $pos = stripos($pathInfo, '.php'))397 if (isset($_SERVER['SERVER_SOFTWARE']) && false !== stripos($_SERVER['SERVER_SOFTWARE'], 'iis') && $pos = stripos($pathInfo, '.php')) 398 398 { 399 399 $pathInfo = substr($pathInfo, $pos + 4);