1
0
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:
Cameron
2017-01-13 10:34:44 -08:00
parent d32acea80c
commit fe43a6eebf
2 changed files with 2 additions and 2 deletions

View File

@@ -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)));
}
}

View File

@@ -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");