N°2240 - Supportability - Maintenance mode

This commit is contained in:
Eric
2019-10-02 10:18:07 +02:00
parent 46c553fbad
commit b7c795c313
3 changed files with 17 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ if (file_exists(MAINTENANCE_MODE_FILE) && !$bBypassMaintenance)
http_response_code(503);
// Display message depending on the request
include(APPROOT.'maintenancemsg.php');
include(APPROOT.'application/maintenancemsg.php');
switch (true)
{