From d8868ba541ed63138f4d513f429aedace3329990 Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Fri, 5 Dec 2014 12:19:20 +0100 Subject: [PATCH] [fix] ;;; END ALTERNC zones bug --- bureau/class/class_system_bind.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bureau/class/class_system_bind.php b/bureau/class/class_system_bind.php index a5fc3871..d488e1ab 100644 --- a/bureau/class/class_system_bind.php +++ b/bureau/class/class_system_bind.php @@ -114,7 +114,7 @@ class system_bind { } /** - * Return lines that are after ;;;END ALTERNC AUTOGENERATE CONFIGURATION + * Return lines that are after ;;; END ALTERNC AUTOGENERATE CONFIGURATION * * @param string $domain * @return string @@ -324,7 +324,7 @@ class system_bind { $zone.= $this->dkim_entry($domain); $zone.= $this->mail_autoconfig_entry($domain); - $zone.="\n;;;END ALTERNC AUTOGENERATE CONFIGURATION\n"; + $zone.="\n;;; END ALTERNC AUTOGENERATE CONFIGURATION\n"; $zone.=$this->get_persistent($domain); $domainInfo = $this->get_domain_summary($domain);