alpha_full/admin/catalog/upload/debugUpload.php
2026-04-06 22:58:51 +02:00

19 lines
857 B
PHP
Executable File

<?php
$debugMsg .= monDebug (1,
[
'idFam' => isset($idFam) ? $idFam : null,
'idPrd' => isset($idPrd) ? $idPrd : null,
'target_dir' => isset($target_dir) ? $target_dir : null,
'theImage' => isset($theImage) ? $theImage : null,
'theFichier' => isset($theFichier) ? $theFichier : null,
'lienImgPt' => isset($lienImgPrdPt) ? $lienImgPrdPt : null,
'lienImgGrand' => isset($lienImageGd) ? $lienImageGd : null,
'lienNotice' => isset($lienNotice) ? $lienNotice : null,
'imageFam' => isset($imageFam) ? $imageFam : null,
'ongletCatalog' => isset($ongletCatalog) ? $ongletCatalog : null,
'affImgFam' => isset($affImgFam) ? $affImgFam : null,
'codeOpe' => isset($codeOpe) ? $codeOpe : null,
'uploadOk' => isset($uploadOk) ? $uploadOk : null,
'affOngImg' => isset($affOngImg) ? $affOngImg : null
],'debugUpload.php');
?>