alpha_full/Design/_ksn/index.php
2026-04-06 22:58:51 +02:00

33 lines
1.0 KiB
PHP
Executable File

<?php
if (!isset( $_SESSION) ) {session_start(); }
$_SESSION['jeviensDeIndex']=1;
include ("../_include/initSessLg.php");
// ---------------------------------------------------
// HTML
// ---------------------------------------------------
echo '<!DOCTYPE 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/_design/titre.gif" border="0" />';
echo '<br><br><br><br><br><br><br><br></td></tr>';
echo '<tr><td></td></tr>';
echo '</table>';
echo '</body>';
echo '</html>';
?>