From d083f2226c3e33b1b87c59833340719cf925aa09 Mon Sep 17 00:00:00 2001 From: ftimme Date: Sun, 25 Sep 2011 20:11:23 +0000 Subject: [PATCH] - Added empty function configure_fail2ban() to get rid of the following fatal error during installation on non-Debian/Ubuntu systems: PHP Fatal error: Call to undefined method installer::configure_fail2ban() in /tmp/trunk/install/install.php on line 266 --- install/lib/installer_base.lib.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install/lib/installer_base.lib.php b/install/lib/installer_base.lib.php index d03fb9ef66..a39d7ed466 100644 --- a/install/lib/installer_base.lib.php +++ b/install/lib/installer_base.lib.php @@ -1256,6 +1256,10 @@ class installer_base { */ } + public function configure_fail2ban() { + // To Do + } + public function configure_squid() { global $conf; -- GitLab