This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
OWEALs
/
uhttpd
şunun yansıması
https://git.openwrt.org/project/uhttpd.git
İzle
2
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Wiki
Ağaç:
34a8a74dbd
Dallar
Biçim İmleri
master
openwrt-19.07
uhttpd
/
examples
/
ucode
/
handler.uc
handler.uc
96 B
Geçmiş
Ham
1
2
3
4
5
6
7
{%
'use strict';
global.handle_request = function(env) {
include("dump-env.uc", { env });
};