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 ] update cgi. add display percentege bar icons.
[archserver.git]
/
cgi
/
volumes.cgi
blob
2e0ce98e09da5eb95c0ab08cf40e8f792a0cec70
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/raid/disk_status.sh
13
$root
/
create_sharelv.lua
14
h_footer