Skip to content

Commit 69db554

Browse files
committed
Enabled firewall configuration during update.
1 parent 7c99efc commit 69db554

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/update.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,11 @@
201201
swriteln('Configuring DBServer');
202202
$inst->configure_dbserver();
203203

204-
if(@is_dir('/etc/Bastille')) {
204+
//if(@is_dir('/etc/Bastille')) {
205205
//* Configure Firewall
206206
swriteln('Configuring Firewall');
207207
$inst->configure_firewall();
208-
}
208+
//}
209209
}
210210

211211
//** Configure ISPConfig

0 commit comments

Comments
 (0)