31 lines
1.1 KiB
PHP
Executable File
31 lines
1.1 KiB
PHP
Executable File
<?php
|
|
if (!isset( $_SESSION)) {session_start();}
|
|
|
|
$_SESSION['jeviensDeIndex']=1;
|
|
include ("../_include/initSessLg.php");
|
|
// --------------------------------------------------- HTML --------------------------------------------------------
|
|
|
|
echo '<html>';
|
|
echo '<head>';
|
|
|
|
include("../_include/head.php");
|
|
echo '<meta http-equiv="refresh" content="2; URL=../index.php?lg=' .$lg. '&connected=0&aff=' .$aff. ' target=_parent " >';
|
|
echo '</head>';
|
|
echo '<body class="body" >';
|
|
echo '<br><br>';
|
|
echo '<table class="pageNavigation" align="center" >';
|
|
echo '<tr align="center" >';
|
|
echo '<td align="center" >';
|
|
echo '<br><p align="center" >';
|
|
echo '<span class="msgKo"> Accès interdit dans ce répertoire </span>';
|
|
echo '</p>';
|
|
echo '</td></tr>';
|
|
|
|
echo '<tr><td align="center" >';
|
|
echo '<img src="../Design/_titre/titre.png" border="0" alt="Image" />';
|
|
echo '<br><br><br><br><br><br><br><br></td></tr>';
|
|
echo '<tr><td></td></tr>';
|
|
echo '</table>';
|
|
echo '</body>';
|
|
echo '</html>';
|
|
?>
|