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

6 lines
287 B
PHP
Executable File

<?php
if (isset($_POST['theIdPays'])) {$theIdPays=$_POST['theIdPays'];}
if (isset($_POST['theLibPays'])) {$theLibPays=$_POST['theLibPays'];}
if (isset($_POST['theCoeff'])) {$theCoeff=$_POST['theCoeff'];}
if (isset($_POST['theZonePays'])) {$theZonePays=$_POST['theZonePays'];}
?>