mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 17:44:41 +00:00
(legacy) remove unused
This commit is contained in:
parent
5b7c9fbd83
commit
15da65581c
@ -27,22 +27,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/****f* legacy/have_ruleint_access
|
||||
* NAME
|
||||
* have_ruleint_access
|
||||
* INPUTS
|
||||
* none
|
||||
* RESULT
|
||||
* returns true if user has access to edit a specific firewall interface
|
||||
******/
|
||||
function have_ruleint_access($if) {
|
||||
$security_url = "firewall_rules.php?if=". strtolower($if);
|
||||
if(isAllowedPage($security_url))
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
/****f* legacy/is_private_ip
|
||||
* NAME
|
||||
* is_private_ip
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user