This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
OWEALs
/
uhttpd
cermin dari
https://git.openwrt.org/project/uhttpd.git
Liatin
2
Bintangi
0
Fork
0
Berkas
Masalah
0
Wiki
Pohon:
34a8a74dbd
Ranting
Tag
master
openwrt-19.07
uhttpd
/
examples
/
ucode
/
handler.uc
handler.uc
96 B
Riwayat
Mentahan
1
2
3
4
5
6
7
{%
'use strict';
global.handle_request = function(env) {
include("dump-env.uc", { env });
};