From ecf806ef1a3b1a02143ecbec264f2e8787fc0663 Mon Sep 17 00:00:00 2001 From: wimpunk Date: Sat, 19 May 2007 12:07:49 +0000 Subject: [PATCH] Added some ubuntu specific stuff. git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@49 3873ddee-7413-0410-b6c4-c2c57c1ab35a --- html/home.php | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/html/home.php b/html/home.php index edb9dd7..7f7d27a 100644 --- a/html/home.php +++ b/html/home.php @@ -73,8 +73,8 @@ provided with ddclient. $main[] = $text; // help part -$text['id'] = "help"; -$text['title'] = "Documentation and help"; +$text['id'] = "doc"; +$text['title'] = "Documentation"; $text['menu'] = "Documentation"; $text['body'] = "

@@ -103,8 +103,20 @@ Debugging ddclient looks pretty hard but it isn't. First try to put \n". "If you think your configuration is correct, but ddclient doesn't \n" . "work as you expected, you can enable debug and verbose messages \n" . "by running ddclient -daemon=0 -debug -verbose -noquiet.\n". - "

\n". -"

+ "

\n"; +$main[] = $text; +unset ($text); + +$text['id'] = "help"; +$text['title'] = "Getting help"; +$text['menu'] = "Help"; +$text['body'] = " + +

+Please note: if you are using ubuntu, contact the ubuntu forum at +https://launchpad.net/ubuntu/+source/ddclient/+filebug since there are a few differences between ubuntu and the original ddclient +

+

If this doesn't help for you, maybe the help forum on sourceforge can bring some help.