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/help/index.php | 33 ++++++++++++++++----------------- 1 files changed, 16 insertions(+), 17 deletions(-) diff --git a/interface/web/help/index.php b/interface/web/help/index.php index d80c420..5aa5f9c 100644 --- a/interface/web/help/index.php +++ b/interface/web/help/index.php @@ -1,17 +1,16 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<HTML> -<HEAD> -<TITLE>42go Hilfe</TITLE> -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-iso-8859-1"> -</HEAD> -<BODY BGCOLOR="#FFFFFF"> -<div align="center"> - <p> </p> - <p> </p> - <p> </p> - <p> </p> - <p>ONLINE HILFE - </p> -</div> -</BODY> -</HTML> \ No newline at end of file +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<HTML> +<HEAD> +<TITLE>ISPConfig Help</TITLE> +<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-iso-8859-1"> +</HEAD> +<BODY BGCOLOR="#FFFFFF"> +<div align="center"> + <p> </p> + <p> </p> + <p> </p> + <p> </p> + <p> </p> +</div> +</BODY> +</HTML> -- Gitblit v1.9.1