ftimme
2011-09-25 d083f2226c3e33b1b87c59833340719cf925aa09
- 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
1 files modified
4 ■■■■ changed files
install/lib/installer_base.lib.php 4 ●●●● patch | view | raw | blame | history
install/lib/installer_base.lib.php
@@ -1256,6 +1256,10 @@
        */
    }
    
    public function configure_fail2ban() {
        // To Do
    }
    public function configure_squid()
    {
        global $conf;