[ UP ] cgi
[archserver.git] / cgi / system_shutdown.cgi
blob9744a9181e54360ae5ac8bb927b1cd89e5855bf5
1 #!/bin/sh
2 echo -e "Content-type: text/html\n\n"
4 this_page="system.shutdown"
5 source lib.sh
6 source proccgi.sh
8 root=$(pwd)/system
10 h_header
11 $root/shutdown.lua
12 h_footer