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_edit_user.cgi
blob
6844f3d7b013cc772f56e000c9b212bab801f21e
1
#!/bin/sh
2
echo -e
"Content-type: text/html
\n\n
"
;
3
4
this_page
=
"shares.edit_share"
5
source
lib.sh
6
source
.
/
proccgi.sh
7
8
root
=
$
(
pwd
)/
shares
9
10
h_header
11
$root
/
edit_user.lua
12
h_footer