1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-23 14:44:29 +02:00

Add LAN_SITEDOWN_01 back

This commit is contained in:
Michael Kielstra
2018-07-27 17:51:32 +01:00
parent 1ca781c9f4
commit ba6c7a3c0e

View File

@@ -11,4 +11,5 @@
*/
define("PAGE_NAME", "Site temporarily closed");
define("LAN_SITEDOWN_00", "is temporarily closed");
define("LAN_SITEDOWN_01", "We have temporarily closed the site for some essential maintenance. This shouldn't take too long - please check back soon. We apologise for the inconvenience.");
?>