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
/
shares.cgi
blob
f98042d3d84ea47eba27bd13547ae8a8f551c5ac
1
#!/bin/sh
2
echo -e
"Content-type: text/html
\n\n
"
3
4
this_page
=
"shares.share_info"
5
source
lib.sh
6
source
proccgi.sh
7
8
#root=/srv/http/newcgi
9
root
=
$
(
pwd
)/
shares
10
11
h_header
12
$root
/
list_lv.lua
13
h_footer