Changeset 2579
- Timestamp:
- 10/31/06 15:29:03 (2 years ago)
- Files:
-
- trunk/lib/util/sfBrowser.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/util/sfBrowser.class.php
r2575 r2579 83 83 unset($_SERVER['argv']); 84 84 $_SERVER['HTTP_HOST'] = $this->hostname ? $this->hostname : sfConfig::get('sf_app').'-'.sfConfig::get('sf_environment'); 85 $_SERVER['SERVER_NAME'] = $_SERVER['HTTP_HOST']; 85 86 $_SERVER['SERVER_PORT'] = 80; 86 87 $_SERVER['HTTP_USER_AGENT'] = 'PHP5/CLI';