mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 11:20:25 +02:00
Quick fix for duplicate LAN. Hide filetypes notification - debug mode only.
This commit is contained in:
@@ -568,7 +568,7 @@ class admin_start
|
||||
if (count($this->allowed_types) == 0)
|
||||
{
|
||||
$this->allowed_types = array('zip' => 1, 'gz' => 1, 'jpg' => 1, 'png' => 1, 'gif' => 1, 'pdf'=>1);
|
||||
$mes->addInfo("Setting default filetypes: ".implode(', ',array_keys($this->allowed_types)));
|
||||
$mes->addDebug("Setting default filetypes: ".implode(', ',array_keys($this->allowed_types)));
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -406,7 +406,7 @@ define("LAN_TEMPLATES","Templates");
|
||||
define("LAN_CATEGORIES", "Categories");
|
||||
define("LAN_DEMO_FORBIDDEN", "Changes on this page are not possible in demo mode.");
|
||||
define("LAN_COPYRIGHT", "Copyright");
|
||||
define("LAN_MANAGER", "Manage Permissions");
|
||||
define("LAN_MANAGEPERMS", "Manage Permissions");
|
||||
define("LAN_PING", "Ping");
|
||||
define("LAN_START", "Start");
|
||||
define("LAN_END", "End");
|
||||
|
Reference in New Issue
Block a user