This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
OWEALs
/
uhttpd
espejo de
https://git.openwrt.org/project/uhttpd.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Rama:
master
Ramas
Etiquetas
master
openwrt-19.07
uhttpd
/
examples
/
ucode
/
handler.uc
handler.uc
96 B
Permalink
Histórico
Raw
1
2
3
4
5
6
7
{%
'use strict';
global.handle_request = function(env) {
include("dump-env.uc", { env });
};