32 lines
1.0 KiB
PHP
Executable File
32 lines
1.0 KiB
PHP
Executable File
<?php
|
|
if (!isset( $_SESSION ) ) {session_start();}
|
|
include ("../../_include/initSessLg.php");
|
|
|
|
// -----------------------------------------------------
|
|
// HTML
|
|
// -----------------------------------------------------
|
|
echo '<!DOCTYPE html>';
|
|
echo '<html>';
|
|
echo '<head>';
|
|
if ($affAdmin=="") {$affAdmin=2;}
|
|
echo '<meta http-equiv="refresh" content="2; URL=../../index.php?affPageSite=50&lg=' .$lg. '&connect=0&affAdmin=' .$affAdmin. ' target=_parent" />';
|
|
echo '</head>';
|
|
echo '<body>';
|
|
echo '<br><br>';
|
|
echo '<table class="pageNavigation" >';
|
|
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"><br>';
|
|
echo '<img src="../Design/_titre/titre.png" border="0" />';
|
|
echo '<br></td></tr>';
|
|
echo '<tr><td></td></tr>';
|
|
echo '</table>';
|
|
echo '</body>';
|
|
echo '</html>';
|
|
?>
|