From 339c3c6f61fcf1ed320bbcb8039000402ff8dd47 Mon Sep 17 00:00:00 2001 From: genuineparts Date: Sun, 22 Jun 2025 15:26:15 +0200 Subject: [PATCH] Hopefully we'll have a functioning installer soon --- install/install.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install/install.php b/install/install.php index 0a1f0f8..6245367 100755 --- a/install/install.php +++ b/install/install.php @@ -544,6 +544,7 @@ $config[\'db_class\']= \''.$driver.'\'; } } if(isset($_POST['send'])){ + define('DEBUG', FALSE); include dirname(__FILE__, 2) .'/inc/logger.class.php'; include dirname(__FILE__, 2) .'/config.tmp.php'; include dirname(__FILE__, 2) .'/core/database/'.$config['db_class'].'.class.php';