From 6ca81d889240128811ede857cc9803247d1cd8e2 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 7 Nov 2003 08:44:01 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20DOL=5FURL=5FROOT=20dans=20l'url=20envoy?= =?UTF-8?q?=E9e=20avec=20le=20mot=20de=20pass?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/user.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/user.class.php b/htdocs/user.class.php index 1b486a00c01..d16eb7d1a5f 100644 --- a/htdocs/user.class.php +++ b/htdocs/user.class.php @@ -629,7 +629,7 @@ class User if ($this->db->affected_rows()) { $mesg = "Login : $this->login\nMot de passe : $password\n"; - $mesg .= "URL : http://". $GLOBALS["HTTP_HOST"]; + $mesg .= "URL : http://". $GLOBALS["HTTP_HOST"] . "/" . DOL_URL_ROOT; if (mail($this->email, "Mot de passe Dolibarr", $mesg)) { return 1;