8 lines
353 B
PHP
Executable File
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'];
|
|
?>
|