This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
OWEALs
/
uhttpd
oglindă de
https://git.openwrt.org/project/uhttpd.git
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Ramură:
master
Ramuri
Etichete
master
openwrt-19.07
uhttpd
/
examples
/
ucode
/
handler.uc
handler.uc
96 B
Permalink
Istoric
Crud
1
2
3
4
5
6
7
{%
'use strict';
global.handle_request = function(env) {
include("dump-env.uc", { env });
};