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