8 lines
304 B
PHP
Executable File
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' );
|
|
?>
|