mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-01 10:57:47 +00:00
uspot: rename common.uc -> portal.uc
Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
This commit is contained in:
committed by
John Crispin
parent
cad21f394e
commit
0a390bea0b
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
push(REQUIRE_SEARCH_PATH, "/usr/share/uspot/*.uc");
|
push(REQUIRE_SEARCH_PATH, "/usr/share/uspot/*.uc");
|
||||||
|
|
||||||
let portal = require('common');
|
let portal = require('portal');
|
||||||
let uam = require('uam');
|
let uam = require('uam');
|
||||||
|
|
||||||
// log the client in via radius
|
// log the client in via radius
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
push(REQUIRE_SEARCH_PATH, "/usr/share/uspot/*.uc");
|
push(REQUIRE_SEARCH_PATH, "/usr/share/uspot/*.uc");
|
||||||
let portal = require('common');
|
let portal = require('portal');
|
||||||
|
|
||||||
// delegate an initial connection to the correct handler
|
// delegate an initial connection to the correct handler
|
||||||
function request_start(ctx) {
|
function request_start(ctx) {
|
||||||
|
|||||||
Reference in New Issue
Block a user