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