mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
captive portal: avoid current radius accounting error
This commit is contained in:
parent
01b31af6d2
commit
8a1aa37afe
@ -687,7 +687,7 @@ function captiveportal_prune_old()
|
||||
|
||||
/* Read database */
|
||||
/* NOTE: while this can be simplified in non radius case keep as is for now */
|
||||
$cpdb = captiveportal_read_db();
|
||||
$cpdb = array(); // captiveportal_read_db();
|
||||
|
||||
$unsetindexes = array();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user