This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
OWEALs
/
uhttpd
kopia lustrzana
https://git.openwrt.org/project/uhttpd.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Gałąź:
master
Gałęzie
Tagi
master
openwrt-19.07
uhttpd
/
examples
/
ucode
/
handler.uc
handler.uc
96 B
Bezpośredni odnośnik
Historia
Czysty
1
2
3
4
5
6
7
{%
'use strict';
global.handle_request = function(env) {
include("dump-env.uc", { env });
};