[ UP ] update cgi's manager_user.lua
[archserver.git] / cgi / volumes.cgi
blob2e0ce98e09da5eb95c0ab08cf40e8f792a0cec70
1 #!/bin/sh
2 echo -e "Content-type: text/html\n\n"
4 this_page="volumes.create_sharelv"
5 source lib.sh
6 source proccgi.sh
8 #root=/srv/http/newcgi
9 root=$(pwd)/volumes
11 h_header
12 #$root/raid/disk_status.sh
13 $root/create_sharelv.lua
14 h_footer