Initial xml.php file
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@15 3873ddee-7413-0410-b6c4-c2c57c1ab35a
This commit is contained in:
parent
e28475fbc5
commit
c18902e3ad
1 changed files with 11 additions and 0 deletions
11
html/xml.php
11
html/xml.php
|
@ -0,0 +1,11 @@
|
||||||
|
<?php
|
||||||
|
$text['id'] = "intro";
|
||||||
|
$text['title'] = "Introduction about the xml page";
|
||||||
|
$text['menu'] = "introduction";
|
||||||
|
$text['body'] =
|
||||||
|
"<p>".
|
||||||
|
"This page is just a test about the xml-functionality. It has \n".
|
||||||
|
"nothing special.".
|
||||||
|
"</p>";
|
||||||
|
$main[] = $text;
|
||||||
|
?>
|
Loading…
Reference in a new issue