epita-std
/
ACU
Archived
1
0
Fork 0

Remove git access from VJ

This commit is contained in:
Mercier Pierre-Olivier 2013-12-02 18:21:06 +01:00
parent f6a96399c2
commit 868324e6e2
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ my $vjschoolnetwork = Net::IP->new('10.3.0.0/16');
if (
$ip->overlaps($schoolnetwork) != $IP_A_IN_B_OVERLAP
&& $ip->overlaps($vjschoolnetwork) != $IP_A_IN_B_OVERLAP
# && $ip->overlaps($vjschoolnetwork) != $IP_A_IN_B_OVERLAP
)
{
say "Votre IP est : ".$ip->ip();