[ cgi]
[archserver.git] / cgi / status.cgi
blob64782390d587a2edc5567b84a54e3b4b85173494
1 #!/bin/sh
2 echo -e "Content-type: text/html\n\n"
4 this_page="status.manager_user"
5 source lib.sh
7 #root=/srv/http/newcgi
8 root=$(pwd)
10 h_header
12 #cat << EOB_status1
13 #<table border=1 width=80%>
14 #<tr><td width=250 align=center>Memory Usage</td><td><img src=images/red.gif width=56 height=10><img src=images/blue.gif width=244 height=10></td></tr>
15 #</table>
16 #EOB_status1
18 $root/status.lua
20 h_footer