diff options
author | Jan Huwald <jh@sotun.de> | 2012-03-30 11:40:30 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2012-03-30 11:40:30 (GMT) |
commit | 60ea6609dee50a244f6df2564330ab7b162f965e (patch) | |
tree | 40140089da317e52e854063dfaa59aa62f495c6d | |
parent | 291850a50ba6e52ee688f103064f6cdd51f17349 (diff) |
webif: remove status.xml
-rwxr-xr-x | files/common/www/service/cgi-bin/status.xml | 3 | ||||
-rw-r--r-- | files/common/www/service/cgi-bin/template.status.xml | 31 |
2 files changed, 0 insertions, 34 deletions
diff --git a/files/common/www/service/cgi-bin/status.xml b/files/common/www/service/cgi-bin/status.xml deleted file mode 100755 index 8d45a90..0000000 --- a/files/common/www/service/cgi-bin/status.xml +++ /dev/null @@ -1,3 +0,0 @@ -#/bin/bash! -hostname=`hostname` -eval "echo \"$(cat template.status.xml)\"" diff --git a/files/common/www/service/cgi-bin/template.status.xml b/files/common/www/service/cgi-bin/template.status.xml deleted file mode 100644 index 7df4e9f..0000000 --- a/files/common/www/service/cgi-bin/template.status.xml +++ /dev/null @@ -1,31 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<node> - <hostname>$hostname</hostname> - <is_hna>0</is_hna> - <network> - <ip_4></ip_4> - <ip_6></ip_6> - </network> - <owner>Max Mustermann</owner> - <godfather>Susi Mustermann</godfather> - <position> - <lat></lat> - <long></long> - <text></text> - </position> - <statistics> - <uptime></uptime> - <dhcp_leases></dhcp_leases> - <load></load> - - </statistics> - - <batman-adv> - <route> - <hostname></hostname> - <mac></mac> - </route> - </batman-adv> -</node> - - |