diff --git a/htdocs/compte.php b/htdocs/compte.php index e75bd22..5c3a68a 100644 --- a/htdocs/compte.php +++ b/htdocs/compte.php @@ -32,7 +32,7 @@ if (!empty($_POST['cn'])) { if (!empty($_GET['account'])) { print "
Modification en cours...
"; $account->update($cn,$password,$actif,$admin,$actif,$courier,$authsmtp); - print "
Modification effectué.
"; + header('Location: compte.php?domain='.$domain->getName().'&account='.$account->getUid()); } else { print "
Ajout en cours...
"; $domain->addAccount($uid,$cn,$password,$actif,$admin,$actif,$courier,$authsmtp); @@ -220,7 +220,7 @@ if (isset($_GET['account'])) {
-
+