This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
OWEALs
/
uhttpd
miroir de
https://git.openwrt.org/project/uhttpd.git
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Branche:
master
Branches
Tags
master
openwrt-19.07
uhttpd
/
examples
/
ucode
/
handler.uc
handler.uc
96 B
Lien permanent
Historique
Raw
1
2
3
4
5
6
7
{%
'use strict';
global.handle_request = function(env) {
include("dump-env.uc", { env });
};