10 lines
221 B
PHP
Executable File
10 lines
221 B
PHP
Executable File
<?php
|
|
if (isset($debug[2]) && $debug[2] == '1') {
|
|
$debugMsg .= monDebug(2, [
|
|
'lgCouranteCode' => $_SESSION['lgCouranteCode'],
|
|
'dbLG' => $dbLG,
|
|
'lg' => $lg,
|
|
'pageRef' => $pageRef
|
|
], 'ref.debug.php');
|
|
}
|
|
?>
|