From f6b3e0230a4bbbdc7fdd22ec3bd0a3b415800b8a Mon Sep 17 00:00:00 2001 From: Victor LABORIE Date: Fri, 15 Dec 2017 23:53:48 +0100 Subject: [PATCH] Fix link on account creation --- htdocs/compte.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compte.php b/htdocs/compte.php index aca9ac1..e75bd22 100644 --- a/htdocs/compte.php +++ b/htdocs/compte.php @@ -37,7 +37,7 @@ if (!empty($_POST['cn'])) { print "
Ajout en cours...
"; $domain->addAccount($uid,$cn,$password,$actif,$admin,$actif,$courier,$authsmtp); print "
Ajout effectué.
"; - print ''; + print ''; } } catch (Exception $e) { print '';