nettoyage

This commit is contained in:
root 2016-07-04 11:43:20 +02:00
parent cb5cc2b2f1
commit 668673d118
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
<?php $notallow = array("78.231.79.93", "109.190.109.123", "2.5.42.183");
if(in_array($_SERVER['REMOTE_ADDR'], $notallow)) {
header("Location: http://www.expolibre.org/expolibre.html");
exit();
}
?>