adjust awstats default paths

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-09-08 16:45:21 +02:00
parent 2e8e09cb2c
commit 589f2b8124
10 changed files with 7455 additions and 9 deletions

View File

@@ -59,7 +59,7 @@ return [
'varname' => 'awstats_path',
'type' => 'text',
'string_type' => 'dir',
'default' => '/usr/bin/',
'default' => '/usr/share/awstats/tools/',
'save_method' => 'storeSettingField',
'visible' => Settings::Get('system.awstats_enabled') == 1
],
@@ -69,7 +69,7 @@ return [
'varname' => 'awstats_awstatspath',
'type' => 'text',
'string_type' => 'dir',
'default' => '/usr/bin/',
'default' => '/usr/lib/cgi-bin/',
'save_method' => 'storeSettingField',
'visible' => Settings::Get('system.awstats_enabled') == 1
],