alpha_full/pages/panier/_formOptions/index.php
2026-04-06 22:58:51 +02:00

7 lines
248 B
PHP
Executable File

<?php
include ("../../../_include/headers.php");
if (!isset( $_SESSION)) {session_start();}
$_SESSION['jeviensDeIndex']=3;
include ("../../../_include/initSessLg.php");
include ("../../../structure/pageIndexRedirect/pageIndexRedirect.php");
?>