diff --git a/htdocs/admin/ihm.php b/htdocs/admin/ihm.php index aa75904241b..59514d8d0cf 100644 --- a/htdocs/admin/ihm.php +++ b/htdocs/admin/ihm.php @@ -34,7 +34,7 @@ if ($_POST["action"] == 'update') dolibarr_set_const($db, "MAIN_SEARCHFORM_SOCIETE",$_POST["main_searchform_societe"]); dolibarr_set_const($db, "MAIN_LANG_DEFAULT",$_POST["main_lang_default"]); - Header("Location: $PHP_SELF"); + Header("Location: ihm.php"); } @@ -46,7 +46,7 @@ print "
\n"; if ($_GET["action"] == 'edit') { - print '
'; + print ''; print ''; print ''; @@ -140,7 +140,7 @@ else print '
NomValeur

'; print '
'; - print 'Editer'; + print 'Editer'; print '
'; }