- Timestamp:
- 06/12/2008 04:10:57 PM (3 months ago)
- Files:
-
- 1 modified
-
sandbox/classes/context/Context.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sandbox/classes/context/Context.class.php
r4278 r4279 657 657 } 658 658 659 if($use_ssl) return sprintf("%s://%s%s",'https',$_SERVER['HTTP_HOST'], getScriptPath()); 660 661 return getScriptPath(); 659 return sprintf("%s://%s%s",$use_ssl?'https':'http',$_SERVER['HTTP_HOST'], getScriptPath()); 662 660 } 663 661