repo.or.cz
/
archserver.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ UP ] cgi
[archserver.git]
/
cgi
/
volumes_create_sharelv.cgi
blob
214cd8834e9a5f843b00737f4d5fc073878adae2
1
#!/bin/sh
2
echo -e
"Content-type: text/html
\n\n
"
3
4
this_page
=
"volumes.create_sharelv"
5
source
lib.sh
6
source
proccgi.sh
7
8
#root=/srv/http/newcgi
9
root
=
$
(
pwd
)/
volumes
10
11
h_header
12
$root
/
create_sharelv.lua
13
h_footer