8 lines
242 B
PHP
Executable File
8 lines
242 B
PHP
Executable File
<?php
|
|
include ("../../_include/headers.php");
|
|
if (!isset( $_SESSION ) ) {session_start();}
|
|
$_SESSION['jeviensDeIndex']=1;
|
|
include ("../../_include/initSessLg.php");
|
|
include ("../../structure/pageIndexRedirect/pageIndexRedirect.php");
|
|
?>
|