alpha_full/admin/mails/news/news.post.php
2026-04-06 22:58:51 +02:00

6 lines
284 B
PHP
Executable File

<?php
// if (isset($_POST['modifLg'])) {$modifLg=$_POST['modifLg'];}
if (isset($_POST['sujet'])) {$sujet=$_POST['sujet'];}
if (isset($_POST['desabo'])) {$desabo=$_POST['desabo'];}
// if (isset($_POST['lgCourante'])) {$_SESSION['lgCouranteCode']= $_POST['lgCourante']; }
?>