From 38184e1ed7c8a477747c256cb08a047fe6ca29a4 Mon Sep 17 00:00:00 2001 From: Carsten Schoene <ispconfig-dev@j0ke.net> Date: Fri, 27 Dec 2013 16:59:18 -0500 Subject: [PATCH] + complete SOA records - refresh, retry, expire and minimum were missing in the SOA record which was/is OK because pdns has defaults for this, but this gives the user the full options which are configurable from the UI --- interface/web/login/lib/module.conf.php | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/interface/web/login/lib/module.conf.php b/interface/web/login/lib/module.conf.php index 1176a63..0936235 100644 --- a/interface/web/login/lib/module.conf.php +++ b/interface/web/login/lib/module.conf.php @@ -1,6 +1,6 @@ -<?php -$module["name"] = "login"; -$module["title"] = "Login"; -$module["template"] = "module.tpl.htm"; -$module["startpage"] = "login/index.php"; -?> \ No newline at end of file +<?php +$module["name"] = "login"; +$module["title"] = "top_menu_login"; +$module["template"] = "module.tpl.htm"; +$module["startpage"] = "login/index.php"; +?> -- Gitblit v1.9.1