summaryrefslogtreecommitdiff
path: root/site-unavailable.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-12-18 09:29:56 +0000
committerGreg Roach <fisharebest@gmail.com>2015-12-18 09:29:56 +0000
commitaf5d9a801adf160537b257060c194a073886f688 (patch)
tree2059aeebcccf3319a855165d1255ac0d20131a31 /site-unavailable.php
parent3bdbc94afc4ae89ae0de20c2c3e2dcdb77c8df44 (diff)
downloadwebtrees-af5d9a801adf160537b257060c194a073886f688.tar.gz
webtrees-af5d9a801adf160537b257060c194a073886f688.tar.bz2
webtrees-af5d9a801adf160537b257060c194a073886f688.zip
Consolidate PHP polyfills
Diffstat (limited to 'site-unavailable.php')
-rw-r--r--site-unavailable.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/site-unavailable.php b/site-unavailable.php
index b982c7b0f5..8b6b94fb89 100644
--- a/site-unavailable.php
+++ b/site-unavailable.php
@@ -36,10 +36,6 @@ if (!file_exists(WT_DATA_DIR . 'config.ini.php')) {
return;
}
-// We use some PHP5.5 features, but need to run on older servers
-if (version_compare(PHP_VERSION, '5.4', '<')) {
- require WT_ROOT . 'includes/php_53_compatibility.php';
-}
require 'vendor/autoload.php';
Session::start();