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'); exit; } header('Content-Type: text/html; charset=UTF-8'); header($_SERVER['SERVER_PROTOCOL'].' 503 Service Temporarily Unavailable'); echo '', '', '', '', '', WT_WEBTREES, '', '', '', '', '

', WT_I18N::translate('This website is temporarily unavailable'), '

', '

'; if ($offline_txt) { echo $offline_txt; } else { echo WT_I18N::translate('The site is down for maintenance. You should try again in a few minutes.'); } echo '

'; echo '
'; echo ''; echo '';