Removed a var dump in the code

This commit is contained in:
Rooty 2021-04-10 17:48:33 +02:00
parent 0f40f8e50a
commit 1e0c7c3e50

View File

@ -262,9 +262,6 @@ function execAdmin()
$currentCode=$GLOBALS["SYSTEM_USER_SESSION"]->langue->getCode(); $currentCode=$GLOBALS["SYSTEM_USER_SESSION"]->langue->getCode();
$defaultCode=$GLOBALS["SYSTEM_DEFAULT_LANGUAGE_CODE"]; $defaultCode=$GLOBALS["SYSTEM_DEFAULT_LANGUAGE_CODE"];
/* fin récupération des codes par défaut */ /* fin récupération des codes par défaut */
var_dump($_POST);
exit(0);
$chaine=""; $chaine="";
if($_POST) if($_POST)