alpha_full/admin/adminInclude/_menuGauche/menuGauche.debug.php
2026-04-06 22:58:51 +02:00

8 lines
304 B
PHP
Executable File

<?php
$debugMsg .= monDebug (1,
[
'affLV' => isset($affLV) && $affLV !== '' ? $affLV : 'empty',
'ongletCatalog' => isset($ongletCatalog) && $ongletCatalog !== '' ? $ongletCatalog : 'empty',
'affCli' => isset($affCli) && $affCli !== '' ? $affCli : 'empty'
], 'menuGauche.debug.php' );
?>