déplacement du 302
This commit is contained in:
parent
af8c0184d3
commit
63c292d7ea
@ -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>
|
<!DOCTYPE html>
|
||||||
<!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]-->
|
<!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]-->
|
||||||
<html class="no-js" lang="en" >
|
<html class="no-js" lang="en" >
|
||||||
@ -19,17 +27,6 @@
|
|||||||
<!-- body content here -->
|
<!-- body content here -->
|
||||||
<!-- top bar -->
|
<!-- 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"); ?>
|
<?php include ("banniere.php"); ?>
|
||||||
|
|
||||||
<!-- fin nav -->
|
<!-- fin nav -->
|
||||||
|
Loading…
Reference in New Issue
Block a user