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:
@@ -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)));
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user