Aggiunta gestione regole in ingresso

This commit is contained in:
cmaffio
2016-06-21 16:23:20 +02:00
parent 3b97704f6d
commit da3fe71d69
9 changed files with 733 additions and 83 deletions

9
firewall/firewall_azzera.php Executable file
View File

@@ -0,0 +1,9 @@
<?php
include_once ("../core/config.php");
include_once ("firewall_library.php");
azzera();
genera();
?>