mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 09:32:34 +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");
|
||||
|
||||
let portal = require('common');
|
||||
let portal = require('portal');
|
||||
let uam = require('uam');
|
||||
|
||||
// log the client in via radius
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
'use strict';
|
||||
|
||||
push(REQUIRE_SEARCH_PATH, "/usr/share/uspot/*.uc");
|
||||
let portal = require('common');
|
||||
let portal = require('portal');
|
||||
|
||||
// delegate an initial connection to the correct handler
|
||||
function request_start(ctx) {
|
||||
|
||||
Reference in New Issue
Block a user