1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 09:34:54 +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)));
}
}