diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-05-30 19:13:51 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-05-30 23:29:57 +0100 |
| commit | cbc1590a8c715aa2d88bd745610b899587bd9563 (patch) | |
| tree | 8411c52737b981c7eff37ffcdd083902cb769141 /site-offline.php | |
| parent | ffd703ea1e658c7dcb5e5f1f9ef137a420f2d167 (diff) | |
| download | webtrees-cbc1590a8c715aa2d88bd745610b899587bd9563.tar.gz webtrees-cbc1590a8c715aa2d88bd745610b899587bd9563.tar.bz2 webtrees-cbc1590a8c715aa2d88bd745610b899587bd9563.zip | |
Code style
Diffstat (limited to 'site-offline.php')
| -rw-r--r-- | site-offline.php | 2 |
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; } |
