mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Unser some vars to free space
This commit is contained in:
parent
8152f14535
commit
f32eae2db8
@ -736,6 +736,7 @@ function captiveportal_prune_old() {
|
||||
}
|
||||
}
|
||||
}
|
||||
unset($cpdb);
|
||||
|
||||
captiveportal_prune_old_automac();
|
||||
|
||||
@ -1806,6 +1807,7 @@ function portal_allow($clientip,$clientmac,$username,$password = null, $attribut
|
||||
}
|
||||
}
|
||||
}
|
||||
unset($cpdb);
|
||||
|
||||
if (!empty($unsetindexes))
|
||||
captiveportal_remove_entries($unsetindexes);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user