summaryrefslogtreecommitdiff
path: root/site-unavailable.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-02-03 17:25:52 +0000
committerGreg Roach <fisharebest@gmail.com>2015-02-03 17:25:52 +0000
commite6057e0705735ac10481f708d3688ecdd2c75af4 (patch)
tree75312de7c4e3420fec2a883350e71828dc539bce /site-unavailable.php
parent38722777ce8bbc2105f8cffc40c6d04f8709a5cf (diff)
downloadwebtrees-e6057e0705735ac10481f708d3688ecdd2c75af4.tar.gz
webtrees-e6057e0705735ac10481f708d3688ecdd2c75af4.tar.bz2
webtrees-e6057e0705735ac10481f708d3688ecdd2c75af4.zip
Autoload includes/functions/*
Diffstat (limited to 'site-unavailable.php')
-rw-r--r--site-unavailable.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/site-unavailable.php b/site-unavailable.php
index f1b21eec33..4bdbc8b305 100644
--- a/site-unavailable.php
+++ b/site-unavailable.php
@@ -38,8 +38,6 @@ define('WT_DATA_DIR', realpath('data') . DIRECTORY_SEPARATOR);
$WT_SESSION = new \stdClass;
$WT_SESSION->locale = '';
-require 'includes/functions/functions.php';
-
define('WT_LOCALE', I18N::init());
http_response_code(503);