From 13b62b964ee644702419cb2ebcb638d78e6d0139 Mon Sep 17 00:00:00 2001 From: A. Täffner <darkalex@firesplash.de> Date: Mon, 25 Jan 2016 06:52:12 -0500 Subject: [PATCH] removed absolute paths This is a considered as stable stable release. (tested the workflow successfully) Note: I am not perfect at RegEx I know the RegEx for LOC- and DS-Records is actually not checking. The DS-Regex is definitely valid (tested on regexpal). Along with my dns-status modification this should not be a problem at all. --- interface/web/monitor/lib/admin.conf.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/web/monitor/lib/admin.conf.php b/interface/web/monitor/lib/admin.conf.php index a45d440..acb6c35 100644 --- a/interface/web/monitor/lib/admin.conf.php +++ b/interface/web/monitor/lib/admin.conf.php @@ -1,2 +1,2 @@ -<?php -?> \ No newline at end of file +<?php +?> -- Gitblit v1.9.1