N°2240 - Supportability - Maintenance mode

This commit is contained in:
Eric
2019-10-08 15:07:34 +02:00
parent a1d23cddc5
commit 1b958a3c4d
2 changed files with 32 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ if (!isset($bBypassMaintenance))
if (file_exists(MAINTENANCE_MODE_FILE) && !$bBypassMaintenance)
{
$sMessage = 'Application is currently in maintenance';
$sMessage = 'This application is currently under maintenance.';
$sTitle = 'Maintenance';
http_response_code(503);