34 lines
1.2 KiB
PHP
Executable File
34 lines
1.2 KiB
PHP
Executable File
<?php
|
|
// ---------------------------------------------------
|
|
// debug variables transverses
|
|
// ---------------------------------------------------
|
|
$debugMsg .= monDebug(1,[
|
|
'lg' => $lg,
|
|
'refresh' => $refresh,
|
|
'affPageSite' => $affPageSite,
|
|
'numStruct' => $_SESSION['numStruct'],
|
|
'affPageAcc' => $_SESSION['affPageAcc'],
|
|
'affBandeau' => $_SESSION['affBandeau'],
|
|
'includePath' => $includePath,
|
|
'includePathCss' => $includePathCss,
|
|
'includePathJs' => $includePathJs,
|
|
'jeviensDeIndex' => $_SESSION['jeviensDeIndex'],
|
|
'connected' => $_SESSION['connected'],
|
|
'$_SERVER[HTTP_HOST]' => $_SERVER['HTTP_HOST'],
|
|
'server' => $server,
|
|
'host' => $host,
|
|
'siteNom' => $_SESSION['siteNomTech'],
|
|
'nomSite' => $_SESSION['nomSiteAff'],
|
|
'bdd' => $bdd,
|
|
'user' => $user,
|
|
// 'pass' => $pass,
|
|
'from_mails' => $from_mails,
|
|
'smtpServer' => $smtpServer,
|
|
'expediteur_mails' => $_SESSION['expediteur_mails_gestionnaire'],
|
|
'prodServer' => $prodServer,
|
|
'codeOpe' => $codeOpe,
|
|
'affPageSite' => isset($affPageSite) ? $affPageSite : 'Non défini'
|
|
],'index.debug.php');
|
|
|
|
if (isset($debug[4]) && $debug[4] == '1' ) { $debugMsg .= monDebug( 4, $paramGene,'index.debug.php');}
|
|
?>
|