From 095b6d08023f453ed617cbe9400e81db5986cdbf Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Mon, 10 Feb 2014 18:40:25 +0000 Subject: wrong name for lock file --- admin_site_upgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_site_upgrade.php b/admin_site_upgrade.php index e8ca7081ca..aafe1fcd94 100644 --- a/admin_site_upgrade.php +++ b/admin_site_upgrade.php @@ -36,7 +36,7 @@ $latest_version_html = '' . $latest_version . ''; $download_url_html = '' . WT_Filter::escapeHtml($download_url) . ''; // Show a friendly message while the site is being upgraded -$lock_file = __DIR__ . DIRECTORY_SEPARATOR . 'data' . DIRECTORY_SEPARATOR . 'site-offline.txt'; +$lock_file = __DIR__ . DIRECTORY_SEPARATOR . 'data' . DIRECTORY_SEPARATOR . 'offline.txt'; $lock_file_html = '' . WT_Filter::escapeHtml($lock_file) . ''; $lock_file_text = WT_I18N::translate('This site is being upgraded. Try again in a few minutes.') . PHP_EOL . format_timestamp(WT_TIMESTAMP) . WT_I18N::translate('UTC'); -- cgit v1.3