Diff of /mambo/branches/4.6/includes/core.classes.php
Parent Directory
|
Revision Log
|
Patch
| revision 948, Fri Feb 2 05:02:04 2007 UTC | revision 955, Sun Feb 4 01:20:53 2007 UTC | |
|---|---|---|
| # | Line 395 | Line 395 |
| 395 | * @param unknown_type $database | * @param unknown_type $database |
| 396 | */ | */ |
| 397 | function offlineCheck (&$user, &$database) { | function offlineCheck (&$user, &$database) { |
| 398 | if ($this->mosConfig_offline OR file_exists($this->rootPath.'/installation/index.php')) { | global $adminside; |
| 399 | if (($this->mosConfig_offline && $adminside != 1) OR file_exists($this->rootPath.'/installation/index.php')) { | |
| 400 | require_once($this->rootPath().'/administrator/includes/admin.php'); | require_once($this->rootPath().'/administrator/includes/admin.php'); |
| 401 | session_name(md5($this->mosConfig_live_site)); | session_name(md5($this->mosConfig_live_site)); |
| 402 | session_start(); | session_start(); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

