alpha_full/admin/cdes/cde.fin_session.php
2026-04-06 22:58:51 +02:00

7 lines
223 B
PHP
Executable File

<?php
if (isset($cdeJour)) $_SESSION['cdeJour']=$cdeJour;
if (isset($cdeLiv)) $_SESSION['cdeLiv']=$cdeLiv;
if (!empty($affCde)) $_SESSION['affCde']=$affCde;
if (!empty($affValCde)) $_SESSION['affValCde']=$affValCde;
?>