mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-02-23 23:17:05 +08:00
add nux-router
This commit is contained in:
parent
529b9c84bd
commit
c5b96df43f
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@ if(isset($_GET['nux-mac']) && !empty($_GET['nux-mac'])){
|
||||||
if(isset($_GET['nux-ip']) && !empty($_GET['nux-ip'])){
|
if(isset($_GET['nux-ip']) && !empty($_GET['nux-ip'])){
|
||||||
$_SESSION['nux-ip'] = $_GET['nux-ip'];
|
$_SESSION['nux-ip'] = $_GET['nux-ip'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(isset($_GET['nux-router']) && !empty($_GET['nux-router'])){
|
||||||
|
$_SESSION['nux-router'] = $_GET['nux-router'];
|
||||||
|
}
|
||||||
|
|
||||||
require_once 'system/vendor/autoload.php';
|
require_once 'system/vendor/autoload.php';
|
||||||
require_once 'system/boot.php';
|
require_once 'system/boot.php';
|
||||||
App::_run();
|
App::_run();
|
||||||
|
|
Loading…
Reference in a new issue