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_raid.cgi
blob
844a45e29af48c4ba70a3aa5fd1b749910a7e3e1
1
#!/bin/sh
2
echo -e
"Content-type: text/html
\n\n
"
3
4
this_page
=
"volumes.create_raid"
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_raid.lua
13
h_footer