10 lines
108 B
PHP
Executable File
10 lines
108 B
PHP
Executable File
<?php
|
|
include_once ("../core/config.php");
|
|
include_once ("firewall_library.php");
|
|
|
|
azzera();
|
|
genera();
|
|
|
|
|
|
?>
|