Skip to content
Snippets Groups Projects
Commit d083f222 authored by Falko Timme's avatar Falko Timme
Browse files

- Added empty function configure_fail2ban() to get rid of the following fatal...

- 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
parent d95ed997
No related branches found
No related tags found
No related merge requests found
......@@ -1256,6 +1256,10 @@ class installer_base {
*/
}
public function configure_fail2ban() {
// To Do
}
public function configure_squid()
{
global $conf;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment