Skip to content

Commit d083f22

Browse files
committed
- 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 parent d95ed99 commit d083f22

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install/lib/installer_base.lib.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1256,6 +1256,10 @@ public function configure_nginx(){
12561256
*/
12571257
}
12581258

1259+
public function configure_fail2ban() {
1260+
// To Do
1261+
}
1262+
12591263
public function configure_squid()
12601264
{
12611265
global $conf;

0 commit comments

Comments
 (0)