From c74bef475b91f017499d1992941fa5abd53f1cb6 Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 21 Feb 2020 23:02:39 +0100 Subject: [PATCH] Update config.php --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index f33305f7..d2457899 100644 --- a/config.php +++ b/config.php @@ -74,7 +74,7 @@ $config = array( 'database_user' => '', 'database_password' => '', 'database_name' => '', - 'database_log' => false, // should database queries be logged and displayed in the page source? They will be included at the end of the .html source of the page + 'database_log' => false, // should database queries be logged and and saved into system/logs/database.log? 'database_socket' => '', // set if you want to connect to database through socket (example: /var/run/mysqld/mysqld.sock) 'database_persistent' => false, // use database permanent connection (like server), may speed up your site