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

New feature: Option to allow main admins to lock-out regular admins during maintenance mode.

This commit is contained in:
CaMer0n
2009-09-27 21:18:42 +00:00
parent 76cb45c0ff
commit 75dd9c7f9b
3 changed files with 66 additions and 18 deletions

View File

@@ -4,9 +4,9 @@
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_ugflag.php,v $
| $Revision: 1.2 $
| $Date: 2009-01-07 15:40:06 $
| $Author: secretr $
| $Revision: 1.3 $
| $Date: 2009-09-27 21:18:42 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
define("UGFLAN_1", "Maintenance settings updated");
@@ -17,4 +17,6 @@ define("UGFLAN_4", "Maintenance Setting");
define("UGFLAN_5", "Text to display when site down");
define("UGFLAN_6", "Leave blank to display default message");
define("UGFLAN_7","Update unsuccessful as no changes were made.");
define("UGFLAN_8","Limit access to Main-Admins only");
define("UGFLAN_9","Only Main-Admins will be able to login while the maintenance mode is active.");
?>