Diff of /mambo/branches/4.6/includes/core.classes.php
Parent Directory
|
Revision Log
|
Patch
| revision 687, Fri Sep 8 13:17:54 2006 UTC | revision 688, Fri Sep 8 18:21:44 2006 UTC | |
|---|---|---|
| # | Line 357 | Line 357 |
| 357 | } | } |
| 358 | else $port = ''; | else $port = ''; |
| 359 | $afterscheme = '://'.$servername.$port.$this->subdirectory; | $afterscheme = '://'.$servername.$port.$this->subdirectory; |
| 360 | $this->mosConfig_live_site = $this->mosConfig_secure_site = $scheme.$afterscheme; | //$this->mosConfig_live_site = $this->mosConfig_secure_site = $scheme.$afterscheme; |
| 361 | $this->mosConfig_unsecure_site = 'http'.$afterscheme; | $this->mosConfig_unsecure_site = 'http'.$afterscheme; |
| 362 | $this->mosConfig_absolute_path = $this->rootPath; | $this->mosConfig_absolute_path = $this->rootPath; |
| 363 | preg_match_all('/\$this\-\>([A-Za-z_][A-Za-z0-9_]*)/', $code, $matches); | preg_match_all('/\$this\-\>([A-Za-z_][A-Za-z0-9_]*)/', $code, $matches); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

