diff --git a/admin/Evoauth.pl b/admin/Evoauth.pl index c8734e0..f4b25f2 100644 --- a/admin/Evoauth.pl +++ b/admin/Evoauth.pl @@ -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);