From ca39501530ace59dc8784a69addbb095d95e045f Mon Sep 17 00:00:00 2001 From: Patrik Kernstock Date: Thu, 2 Jan 2020 12:39:25 +0100 Subject: [PATCH] Fixed awstats_logformat field for new installs Signed-off-by: Patrik Kernstock --- install/froxlor.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/install/froxlor.sql b/install/froxlor.sql index f46564b3..29b11ba2 100644 --- a/install/froxlor.sql +++ b/install/froxlor.sql @@ -572,6 +572,7 @@ opcache.interned_strings_buffer'), ('system', 'stdsubdomain', ''), ('system', 'awstats_path', '/usr/bin/'), ('system', 'awstats_conf', '/etc/awstats/'), + ('system', 'awstats_logformat', '1'), ('system', 'defaultttl', '604800'), ('system', 'mod_fcgid_defaultini', '1'), ('system', 'ftpserver', 'proftpd'),