mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 01:34:53 +02:00
tambah fitur auto login hotspot http chap
cocok untuk akun hotspot radius
This commit is contained in:
parent
92386ff65e
commit
d57d356ce3
5 changed files with 324 additions and 3 deletions
|
@ -18,6 +18,14 @@ if(isset($_GET['nux-router']) && !empty($_GET['nux-router'])){
|
|||
$_SESSION['nux-router'] = $_GET['nux-router'];
|
||||
}
|
||||
|
||||
//get chap id and chap challenge
|
||||
if(isset($_GET['nux-key']) && !empty($_GET['nux-key'])){
|
||||
$_SESSION['nux-key'] = $_GET['nux-key'];
|
||||
}
|
||||
//get mikrotik hostname
|
||||
if(isset($_GET['nux-hostname']) && !empty($_GET['nux-hostname'])){
|
||||
$_SESSION['nux-hostname'] = $_GET['nux-hostname'];
|
||||
}
|
||||
require_once 'system/vendor/autoload.php';
|
||||
require_once 'system/boot.php';
|
||||
App::_run();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue