default form localhost

This commit is contained in:
Fred Tempez 2023-10-11 21:07:34 +02:00
parent 5bba67c169
commit 6794db3719
2 changed files with 2 additions and 2 deletions

View File

@ -1195,7 +1195,7 @@ class common
* @param string $content Contenu * @param string $content Contenu
* @return bool * @return bool
*/ */
public function sendMail($to, $subject, $content, $replyTo = null, $from = '') public function sendMail($to, $subject, $content, $replyTo = null, $from = 'no-reply@localhost')
{ {
// Layout // Layout
ob_start(); ob_start();

View File

@ -167,7 +167,7 @@ class install extends common
'<strong>URL du site :</strong> <a href="' . helper::baseUrl(false) . '" target="_blank">' . helper::baseUrl(false) . '</a><br>' . '<strong>URL du site :</strong> <a href="' . helper::baseUrl(false) . '" target="_blank">' . helper::baseUrl(false) . '</a><br>' .
'<strong>Identifiant du compte :</strong> ' . $this->getInput('installId') . '<br>', '<strong>Identifiant du compte :</strong> ' . $this->getInput('installId') . '<br>',
null, null,
'localhost' 'no-reply@localhost'
); );
// Nettoyage fr par défaut // Nettoyage fr par défaut