From 8d8270544f5232b72f3162fb497baebacb63d413 Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Fri, 5 Jul 2024 21:31:43 +0700 Subject: [PATCH] change Radius Devices Description --- system/devices/Radius.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/devices/Radius.php b/system/devices/Radius.php index dd7087fb..af09b6fa 100644 --- a/system/devices/Radius.php +++ b/system/devices/Radius.php @@ -16,7 +16,7 @@ class Radius { return [ 'title' => 'Radius', - 'description' => 'Radius system with database Mysql/Mariadb as database', + 'description' => 'Radius system with Mysql/Mariadb as database', 'author' => 'ibnux', 'url' => [ 'Github' => 'https://github.com/hotspotbilling/phpnuxbill/',