mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
guardian.cgi: Fix unititalized value "GUARDIAN_ENABLE_OWNCLOUD".
When the owncloud addon is not installed, this value was not initialized correctly. Reference #10748. Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
committed by
Stefan Schantl
parent
922ddf0ef6
commit
6a153ecdac
@@ -63,6 +63,7 @@ $settings{'GUARDIAN_ENABLED'} = 'off';
|
||||
$settings{'GUARDIAN_ENABLE_SNORT'} = 'on';
|
||||
$settings{'GUARDIAN_ENABLE_SSH'} = 'on';
|
||||
$settings{'GUARDIAN_ENABLE_HTTPD'} = 'on';
|
||||
$settings{'GUARDIAN_ENABLE_OWNCLOUD'} = '';
|
||||
$settings{'GUARDIAN_LOGLEVEL'} = 'info';
|
||||
$settings{'GUARDIAN_BLOCKCOUNT'} = '3';
|
||||
$settings{'GUARDIAN_BLOCKTIME'} = '86400';
|
||||
|
||||
Reference in New Issue
Block a user