12 lines
379 B
PHP
Executable File
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');
|
|
}
|
|
?>
|