'; if ($offline_txt) { echo $offline_txt; } else { echo WT_I18N::translate('This website is down for maintenance. You should try again in a few minutes.'); } echo '
'; echo 'locale = ''; require 'includes/functions/functions.php'; define('WT_LOCALE', WT_I18N::init()); if (file_exists(WT_DATA_DIR . 'offline.txt')) { $offline_txt = file_get_contents(WT_DATA_DIR . 'offline.txt'); } else { // offline.txt has gone - we're back online! header('Location: index.php'); return; } http_response_code(503); header('Content-Type: text/html; charset=UTF-8'); echo '', '', '
', '', ''; if ($offline_txt) { echo $offline_txt; } else { echo WT_I18N::translate('This website is down for maintenance. You should try again in a few minutes.'); } echo '
'; echo '