From ebd0e986ed11f2a34fb58cdd33efbfab192083ad Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Fri, 22 Apr 2016 05:26:17 -0400
Subject: [PATCH] Added PHP 7 check in installer and updater.

---
 install/tpl/mydns.conf.master |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/install/tpl/mydns.conf.master b/install/tpl/mydns.conf.master
index 4bb8c6d..4af5a8e 100644
--- a/install/tpl/mydns.conf.master
+++ b/install/tpl/mydns.conf.master
@@ -49,7 +49,7 @@
 ignore-minimum = no     # Ignore minimum TTL for zone?
 soa-table = dns_soa     # Name of table containing SOA records
 rr-table = dns_rr       # Name of table containing RR data
-soa-where = server_id = {server_id}               # Extra WHERE clause for SOA queries
-rr-where =  server_id = {server_id}               # Extra WHERE clause for RR queries
+## soa-where = server_id = {server_id}               # Extra WHERE clause for SOA queries
+## rr-where =  server_id = {server_id}               # Extra WHERE clause for RR queries
 use-soa-active = yes # To fix bug 295 where active or inactive status is ignored.
 use-rr-active = yes# To fix bug 295 where active or inactive status is ignored.
\ No newline at end of file

--
Gitblit v1.9.1