Skip to content
Snippets Groups Projects
Commit 69db5542 authored by tbrehm's avatar tbrehm
Browse files

Enabled firewall configuration during update.

parent 7c99efcf
No related branches found
No related tags found
No related merge requests found
...@@ -201,11 +201,11 @@ if($reconfigure_services_answer == 'yes') { ...@@ -201,11 +201,11 @@ if($reconfigure_services_answer == 'yes') {
swriteln('Configuring DBServer'); swriteln('Configuring DBServer');
$inst->configure_dbserver(); $inst->configure_dbserver();
if(@is_dir('/etc/Bastille')) { //if(@is_dir('/etc/Bastille')) {
//* Configure Firewall //* Configure Firewall
swriteln('Configuring Firewall'); swriteln('Configuring Firewall');
$inst->configure_firewall(); $inst->configure_firewall();
} //}
} }
//** Configure ISPConfig //** Configure ISPConfig
......
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