[ UP ] update cgi. add display percentege bar icons.
[archserver.git] / cgi / system_hostname.cgi
blob09ca75b77b4d271377ab1b8281f386327477ea88
1 #!/bin/sh
2 echo -e "Content-type: text/html\n\n"
4 this_page="system.hostname"
5 source "lib.sh"
6 source "proccgi.sh"
8 root=$(pwd)"/system"
10 [ "$F_todo" != "" ] && export todo="df" && export hostname=`echo -e $F_hostname`
11 h_header
12 $root/hostname.lua
13 h_footer