[ cgi]
[archserver.git] / cgi / index.cgi
blob35ef462a128df1b3027f47c4fa9ff81977eba981
1 #!/bin/sh
2 #!/bin/sh
3 echo -e "Content-type: text/html\n\n"
5 this_page="status.manager_user"
6 source lib.sh
8 #root=/srv/http/newcgi
9 root=$(pwd)
11 h_header
13 #cat << EOB_status1
14 #<table border=1 width=80%>
15 #<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>
16 #</table>
17 #EOB_status1
19 $root/status.lua
21 h_footer