mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-15 23:38:01 +02:00
using radius class
This commit is contained in:
parent
68e4557172
commit
9479ee6cc6
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ switch ($action) {
|
||||||
|
|
||||||
if ($radius_enable) {
|
if ($radius_enable) {
|
||||||
try {
|
try {
|
||||||
ORM::for_table('nas', 'radius')->where('setting', 'tawkto')->find_one();
|
Radius::getTableNas()->find_one(1);
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
$ui->assign("error_title", "RADIUS Error");
|
$ui->assign("error_title", "RADIUS Error");
|
||||||
$ui->assign("error_message", "Radius table not found.<br><br>" .
|
$ui->assign("error_message", "Radius table not found.<br><br>" .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue