From 7c99efcfdd45fcb3ffbdd1a4dca4ef4c79c0471d Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 09 Jul 2008 14:45:19 -0400 Subject: [PATCH] Added support for bastille firewall. --- install/update.php | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/install/update.php b/install/update.php index d5e349c..f51a222 100644 --- a/install/update.php +++ b/install/update.php @@ -200,6 +200,12 @@ //* Configure DBServer swriteln('Configuring DBServer'); $inst->configure_dbserver(); + + if(@is_dir('/etc/Bastille')) { + //* Configure Firewall + swriteln('Configuring Firewall'); + $inst->configure_firewall(); + } } //** Configure ISPConfig -- Gitblit v1.9.1