diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-02-03 17:25:52 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-02-03 17:25:52 +0000 |
| commit | e6057e0705735ac10481f708d3688ecdd2c75af4 (patch) | |
| tree | 75312de7c4e3420fec2a883350e71828dc539bce /site-unavailable.php | |
| parent | 38722777ce8bbc2105f8cffc40c6d04f8709a5cf (diff) | |
| download | webtrees-e6057e0705735ac10481f708d3688ecdd2c75af4.tar.gz webtrees-e6057e0705735ac10481f708d3688ecdd2c75af4.tar.bz2 webtrees-e6057e0705735ac10481f708d3688ecdd2c75af4.zip | |
Autoload includes/functions/*
Diffstat (limited to 'site-unavailable.php')
| -rw-r--r-- | site-unavailable.php | 2 |
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); |
