diff --git a/function.php b/function.php index fdf109dd5..840f5d7b4 100644 --- a/function.php +++ b/function.php @@ -665,7 +665,7 @@ function isDebug(){ if(AppSettings::getInstance()->getSetting('debug') === true){ - if ($admin_type == 0 || in_array($site_domain, ['test.1ka.si', 'localhost', '1ka.test'])) { + if ($admin_type == 0 || in_array($site_domain, ['test2.1ka.si', 'test.1ka.si', 'localhost', '1ka.test'])) { return true; } }