From e4539e30cc2e8dc7205613fec6e1850de620234f Mon Sep 17 00:00:00 2001 From: nuxsmin Date: Thu, 15 Oct 2015 15:18:58 +0200 Subject: [PATCH] * [MOD Debug off --- inc/Base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/Base.php b/inc/Base.php index abd268d6..167bb9dc 100644 --- a/inc/Base.php +++ b/inc/Base.php @@ -32,7 +32,7 @@ define('VIEW_PATH', __DIR__ . DIRECTORY_SEPARATOR . 'themes'); define('EXTENSIONS_PATH', __DIR__ . DIRECTORY_SEPARATOR . 'ext'); define('LOCALES_PATH', __DIR__ . DIRECTORY_SEPARATOR . 'locales'); -define('DEBUG', true); +define('DEBUG', false); require MODEL_PATH . DIRECTORY_SEPARATOR . 'Init.class.php';