5 lines
212 B
PHP
Executable File
5 lines
212 B
PHP
Executable File
<?php
|
|
$debugMsg .= monDebug (1,[
|
|
'Server' => $server, 'bdd (locale)' => $bdd, 'bdd1 (locale)' => $bdd1, 'bdd Prod' => $bddProd, 'host' => $host, 'user' => $user, 'pass' => $pass
|
|
],'export.debug.php');
|
|
?>
|