summaryrefslogtreecommitdiff
path: root/files/www/cgi-bin/debug
diff options
context:
space:
mode:
authorwrtbuild <wrtbuild@localhost.(none)>2011-10-16 07:34:24 (GMT)
committerwrtbuild <wrtbuild@localhost.(none)>2011-10-16 07:34:24 (GMT)
commit64ca2d1ca4e6f9ae279fc17d84b2abd453140d28 (patch)
tree84a28cd644955e52bd6b91f2c474e9f338841119 /files/www/cgi-bin/debug
parent0850ac21d153d490ddc2b02f29b74b4b5ed88181 (diff)
add makefile to generate images
Diffstat (limited to 'files/www/cgi-bin/debug')
-rwxr-xr-xfiles/www/cgi-bin/debug26
1 files changed, 0 insertions, 26 deletions
diff --git a/files/www/cgi-bin/debug b/files/www/cgi-bin/debug
deleted file mode 100755
index 14d8447..0000000
--- a/files/www/cgi-bin/debug
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh
-echo -en "Status: 200 OK\r\n"
-echo -en "Content-Type: text/html\r\n"
-echo -en "\r\n"
-
-echo "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head></head><body>"
-echo "<h1>Router Status</h1>"
-echo "<h2>Batman-ADV</h2>"
-echo "<pre>"
-batctl tg | cat
-batctl tl |cat
-echo "</pre>"
-echo "<h2>Netzwerk</h2>"
-echo "<pre>"
-ifconfig | cat
-echo "</pre>"
-echo "<h2>Prozesse</h2>"
-echo "<pre>"
-ps aux | cat
-echo "</pre>"
-echo "<h2>UCI</h2>"
-echo "<pre>"
-uci show | cat
-echo "</pre>"
-echo "</body></html>"
-
contact: Jan Huwald // Impressum