déplacement du 302

This commit is contained in:
root 2016-06-24 11:34:14 +02:00
parent af8c0184d3
commit 63c292d7ea
1 changed files with 8 additions and 11 deletions

View File

@ -1,3 +1,11 @@
<?php $notallow = array("78.231.79.93");
if(in_array($_SERVER['REMOTE_ADDR'], $notallow)) {
header("Location: http://www.expolibre.org/expolibre.html");
exit();
}
?>
<!DOCTYPE html>
<!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]-->
<html class="no-js" lang="en" >
@ -19,17 +27,6 @@
<!-- body content here -->
<!-- top bar -->
<?php $notallow = array("78.231.79.93");
if(in_array($_SERVER['REMOTE_ADDR'], $notallow)) {
header("Location: http://www.expolibre.org/expolibre.html");
exit();
}
?>
<?php include ("banniere.php"); ?>
<!-- fin nav -->