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

12 lines
379 B
PHP
Executable File

<?php
if (isset($debug[2]) && $debug[2] == '1') {
$debugMsg .= monDebug(2,$debugData = [
'lg' => $lg,
'lgCourante' => $_SESSION['lgCouranteCode'],
'theIDLg' => $theIDLg,
'theLibLg' => $theLibLg,
'theFichier =' => $theFichier,
'upload =' => $_FILES['fileToUpload']['tmp_name'] ?? 'non défini'
], 'langues.debug.php');
}
?>