captive portal: avoid current radius accounting error

This commit is contained in:
Franco Fichtner 2015-06-26 16:15:48 +02:00
parent 01b31af6d2
commit 8a1aa37afe

View File

@ -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();