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/pdns.local.master | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/install/tpl/pdns.local.master b/install/tpl/pdns.local.master index c383e64..3e29ec4 100644 --- a/install/tpl/pdns.local.master +++ b/install/tpl/pdns.local.master @@ -7,3 +7,8 @@ gmysql-user={mysql_server_ispconfig_user} gmysql-password={mysql_server_ispconfig_password} gmysql-dbname={powerdns_database} + +slave=yes +master=yes + +disable-axfr=no -- Gitblit v1.9.1