summaryrefslogtreecommitdiff
path: root/site-unavailable.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-06-08 15:09:08 +0100
committerGreg Roach <fisharebest@gmail.com>2015-06-08 21:42:34 +0100
commit76692c8b291f16d9251d67f27078779f6737fe7e (patch)
treed92ba170d781d60d4fcff107d5a46bad5bdbce4f /site-unavailable.php
parent238d6f46440eb68ffb982a7af1ec9dd37c8e75d7 (diff)
downloadwebtrees-76692c8b291f16d9251d67f27078779f6737fe7e.tar.gz
webtrees-76692c8b291f16d9251d67f27078779f6737fe7e.tar.bz2
webtrees-76692c8b291f16d9251d67f27078779f6737fe7e.zip
PHPDoc
Diffstat (limited to 'site-unavailable.php')
-rw-r--r--site-unavailable.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/site-unavailable.php b/site-unavailable.php
index 5adf8cf9fd..2115e35bde 100644
--- a/site-unavailable.php
+++ b/site-unavailable.php
@@ -1,6 +1,4 @@
<?php
-namespace Fisharebest\Webtrees;
-
/**
* webtrees: online genealogy
* Copyright (C) 2015 webtrees development team
@@ -15,6 +13,7 @@ namespace Fisharebest\Webtrees;
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+namespace Fisharebest\Webtrees;
use PDO;
use PDOException;