summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.php b/index.php
index c77f84ba9..df07fff67 100644
--- a/index.php
+++ b/index.php
@@ -20,6 +20,9 @@ switch ($return) {
case MENU_ACCESS_DENIED:
drupal_access_denied();
break;
+ case MENU_SITE_OFFLINE:
+ drupal_site_offline();
+ break;
default:
if (!empty($return)) {
print theme('page', $return);