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

13 lines
604 B
PHP
Executable File

<?php
if (isset($_POST['theIDLg'])) {$theIDLg=$_POST['theIDLg'];}
if (isset($_POST['theActivLg'])) {$theActivLg=$_POST['theActivLg'];}
if (isset($_POST['theLibLg'])) {$theLibLg=$_POST['theLibLg'];}
if (isset($_POST['theAlt'])) {$theAlt=$_POST['theAlt'];}
if (isset($_POST['theTitle'])) {$theTitle=$_POST['theTitle'];}
if (isset($_POST['theLien'])) {$theLien=$_POST['theLien'];}
if (isset($_POST['theCode'])) {$theCode=$_POST['theCode'];}
if (isset($_POST['theDesc'])) {$theDesc=$_POST['theDesc'];}
if (isset($_POST['creerFicLangue'])) {$creerFicLangue=$_POST['creerFicLangue'];}
?>