From 28cd07d1a75c4e9dcaecac49efee0091f2fc62fa Mon Sep 17 00:00:00 2001
From: A. Täffner <darkalex@firesplash.de>
Date: Thu, 07 Apr 2016 05:30:49 -0400
Subject: [PATCH] Implemented a checkbox "enable DNSSEC" in DNS-Wizard. This Checkbox can be enabled or disabled by template.
---
install/install.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/install/install.php b/install/install.php
index 6334c28..b17336d 100644
--- a/install/install.php
+++ b/install/install.php
@@ -445,6 +445,7 @@
swriteln('Configuring Bastille Firewall');
$inst->configure_bastille_firewall();
$conf['services']['firewall'] = true;
+ $conf['bastille']['installed'] = true;
}
//* Configure Fail2ban
--
Gitblit v1.9.1