Diff of /mambo/branches/4.6/includes/database.php
Parent Directory
|
Revision Log
|
Patch
| revision 181, Wed Jan 25 14:10:19 2006 UTC | revision 182, Wed Jan 25 17:21:03 2006 UTC | |
|---|---|---|
| # | Line 42 | Line 42 |
| 42 | function forceOffline ($error_number) { | function forceOffline ($error_number) { |
| 43 | $mosSystemError = $error_number; | $mosSystemError = $error_number; |
| 44 | $basePath = dirname( __FILE__ ); | $basePath = dirname( __FILE__ ); |
| 45 | include $basePath . '/configuration.php'; | include $basePath . '/../configuration.php'; |
| 46 | include $basePath . '/offline.php'; | include $basePath . '/../offline.php'; |
| 47 | exit(); | exit(); |
| 48 | } | } |
| 49 | /** | /** |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

