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