Jaap Marcus 5 лет назад
Родитель
Сommit
85bd52c96f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      web/add/user/index.php

+ 1 - 1
web/add/user/index.php

@@ -94,7 +94,7 @@ if (!empty($_POST['ok'])) {
         $subject = _("Welcome to Hestia Control Panel");
         $hostname = exec('hostname');
         unset($output);
-        $from = sprintf(_('MAIL_FROM'),$hostname); /
+        $from = sprintf(_('MAIL_FROM'),$hostname);
 
         if (!empty($_POST['v_name'])) {
             $mailtext = sprintf(_('GREETINGS_GORDON'),$_POST['v_name'])."\r\n";