Commit bfe6ede131bf60c283d5ebdc04f7543a00a18c85
1 parent
3744311e
Exists in
master
and in
8 other branches
URL for amda is amda.cdpp.eu
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/DDADMIN/MANAGER/UserManager.php
... | ... | @@ -202,7 +202,7 @@ class UserManagerClass |
202 | 202 | $msg .= "Thanks for your interest in AMDA\r\n\r\n"; |
203 | 203 | $msg .= "Your login: $login \r\n"; |
204 | 204 | $msg .= " password: $pwd \r\n\r\n"; |
205 | - $msg .= "at http://cdpp3.irap.omp.eu \r\n\r\n"; | |
205 | + $msg .= "at http://amda.cdpp.eu \r\n\r\n"; | |
206 | 206 | $msg .= "Please contact us in case of any problems or questions.\r\n\r\n"; |
207 | 207 | $msg .= "Best regards,\r\n\r\n"; |
208 | 208 | $msg .= "CDPP-AMDA Team"; |
... | ... |