summaryrefslogtreecommitdiff
path: root/site-offline.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-05-30 19:13:51 +0100
committerGreg Roach <fisharebest@gmail.com>2015-05-30 23:29:57 +0100
commitcbc1590a8c715aa2d88bd745610b899587bd9563 (patch)
tree8411c52737b981c7eff37ffcdd083902cb769141 /site-offline.php
parentffd703ea1e658c7dcb5e5f1f9ef137a420f2d167 (diff)
downloadwebtrees-cbc1590a8c715aa2d88bd745610b899587bd9563.tar.gz
webtrees-cbc1590a8c715aa2d88bd745610b899587bd9563.tar.bz2
webtrees-cbc1590a8c715aa2d88bd745610b899587bd9563.zip
Code style
Diffstat (limited to 'site-offline.php')
-rw-r--r--site-offline.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/site-offline.php b/site-offline.php
index 4154f05446..0d6ff2710a 100644
--- a/site-offline.php
+++ b/site-offline.php
@@ -40,7 +40,7 @@ if (file_exists(WT_DATA_DIR . 'offline.txt')) {
} else {
// offline.txt has gone - we're back online!
header('Location: index.php');
-
+
return;
}