wlan-ap-Telecominfraproject/feeds/ucentral/uspot/files/usr/share/uspot/handler-env.uc
John Crispin baaa31f445 uspot: add advanced captive http components
Signed-off-by: John Crispin <john@phrozen.org>
2022-08-23 15:09:35 +02:00

8 lines
96 B
Ucode

{%
'use strict';
global.handle_request = function(env) {
include("dump-env.uc", { env });
};