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

24 lines
1.2 KiB
PHP
Executable File

<?php
// if (isset($_POST['activPaie'])) {$activPaie=$_POST['activPaie'];}
if (isset($_POST['activPaie2'])) {$activPaie2=$_POST['activPaie2'];}
if (isset($_SESSION['theIdPaie'])) {$theIdPaie=$_SESSION['theIdPaie']; }
if (isset($_POST['theIdPaie'])) {$theIdPaie=$_POST['theIdPaie'];}
if (isset($_GET['theIdPaie'])) {$theIdPaie=$_GET['theIdPaie']; }
$_SESSION['theIdPaie']=$theIdPaie;
if (isset($_POST['libPaie2'])) {$libPaie2=$_POST['libPaie2'];}
if (isset($_POST['theFichier'])) {$theFichier=$_POST['theFichier'];}
if (isset($_POST['theTypeCompte'])) {$theTypeCompte=$_POST['theTypeCompte']; }
if (isset($_POST['theEnv'])) {$theEnv=$_POST['theEnv']; }
if (isset($_POST['theIdCompte'])) {$theIdCompte=$_POST['theIdCompte']; }
if (isset($_POST['thePrivateKeyTest'])) {$thePrivateKeyTest=$_POST['thePrivateKeyTest']; }
if (isset($_POST['thePublicKeyTest'])) {$thePublicKeyTest=$_POST['thePublicKeyTest']; }
if (isset($_POST['thePrivateKeyProd'])) {$thePrivateKeyProd=$_POST['thePrivateKeyProd']; }
if (isset($_POST['thePublicKeyProd'])) {$thePublicKeyProd=$_POST['thePublicKeyProd']; }
if (isset($_POST['theApiTest'])) {$theApiTest=$_POST['theApiTest']; }
if (isset($_POST['theApiProd'])) {$theApiProd=$_POST['theApiProd']; }
?>