This commit is contained in:
Alexandre Anriot 2005-09-14 12:55:46 +00:00
parent af66cf316b
commit a83a14f977

View file

@ -13,9 +13,6 @@ use Evoauth::Iptables;
$SIG{INT} = $SIG{TERM} = $SIG{KILL} = "";
# Evoauth doit être activé
if (&Access() != 0) { exit; }
# choix des options
my %options=();
getopts("icsrd:a:",\%options);