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

11 lines
193 B
PHP
Executable File

<?php
$debugMsg .= monDebug(2, [
'bddProd' => $bddProd,
'Server' => $server,
'bdd' => $bdd,
'host' => $host,
'user' => $user,
'pass' => $pass,
'fileName' => $fileName
], '');
?>