From 68e4557172631e60a807ea3dc51579bbf7ef88f3 Mon Sep 17 00:00:00 2001 From: iBNu Maksum Date: Sat, 7 Oct 2023 00:09:37 -0700 Subject: [PATCH] nas not nasi --- system/controllers/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/controllers/settings.php b/system/controllers/settings.php index 50ae71e2..4937769a 100644 --- a/system/controllers/settings.php +++ b/system/controllers/settings.php @@ -426,7 +426,7 @@ switch ($action) { if ($radius_enable) { try { - ORM::for_table('nasi', 'radius')->where('setting', 'tawkto')->find_one(); + ORM::for_table('nas', 'radius')->where('setting', 'tawkto')->find_one(); } catch (Exception $e) { $ui->assign("error_title", "RADIUS Error"); $ui->assign("error_message", "Radius table not found.

" .