From d083f2226c3e33b1b87c59833340719cf925aa09 Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Sun, 25 Sep 2011 16:11:23 -0400 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 files changed, 4 insertions(+), 0 deletions(-) diff --git a/install/lib/installer_base.lib.php b/install/lib/installer_base.lib.php index d03fb9e..a39d7ed 100644 --- a/install/lib/installer_base.lib.php +++ b/install/lib/installer_base.lib.php @@ -1256,6 +1256,10 @@ */ } + public function configure_fail2ban() { + // To Do + } + public function configure_squid() { global $conf; -- Gitblit v1.9.1