uspot: rename common.uc -> portal.uc

Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
This commit is contained in:
Thibaut VARÈNE
2023-05-22 18:31:16 +02:00
committed by John Crispin
parent cad21f394e
commit 0a390bea0b
3 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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) {