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

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');
}
?>