diff options
author | egon_ffj <egon@freifunk-jena.de> | 2012-04-03 08:19:16 (GMT) |
---|---|---|
committer | egon_ffj <egon@freifunk-jena.de> | 2012-04-03 08:19:16 (GMT) |
commit | cb325e4a9c3efab9155a8420e4c583c541c326c8 (patch) | |
tree | 1adaaebb0461891af213fcddec7ee523ddb5e1bf /files/common/www/service/cgi-bin/template.status.xml | |
parent | e3416a9c5bbe53907523c03cfb210b3226fe9898 (diff) | |
parent | ed72d266b3bf9ad6332ce56dfb304a6507b0f2c9 (diff) |
Merge branch 'plugnpray' of git://git.freifunk-jena.de/freifunk/ffj-buildroot-v2 into plugnpray
Diffstat (limited to 'files/common/www/service/cgi-bin/template.status.xml')
-rw-r--r-- | files/common/www/service/cgi-bin/template.status.xml | 31 |
1 files changed, 0 insertions, 31 deletions
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> - - |