Commit 15da6558 authored by Ad Schellevis's avatar Ad Schellevis

(legacy) remove unused

parent 5b7c9fbd
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment