alpha_full/admin/agencement/blocDroit/menus/menus.post.php
2026-04-06 22:58:51 +02:00

8 lines
353 B
PHP
Executable File

<?php
// -----------------------------------------------------
// Post
// -----------------------------------------------------
if (isset($_POST['modifLg'])) $modifLg=$_POST['modifLg'];
if (isset($_POST['afficherEspace'])) $afficherEspace=$_POST['afficherEspace'];
if (isset($_POST['afficherMenu'])) $afficherMenu=$_POST['afficherMenu'];
?>