mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-05 02:34:38 +02:00
hotspot plan radius
This commit is contained in:
parent
9e33a5740b
commit
ce01771800
15 changed files with 393 additions and 242 deletions
|
@ -65,6 +65,7 @@ CREATE TABLE `radgroupreply` (
|
|||
`attribute` varchar(64) COLLATE utf8mb4_general_ci NOT NULL DEFAULT '',
|
||||
`op` char(2) COLLATE utf8mb4_general_ci NOT NULL DEFAULT '=',
|
||||
`value` varchar(253) COLLATE utf8mb4_general_ci NOT NULL DEFAULT ''
|
||||
`plan_id` int(11) UNSIGNED NOT NULL,
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
|
||||
|
||||
CREATE TABLE `radpostauth` (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue