We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2acbb commit 85bd52cCopy full SHA for 85bd52c
web/add/user/index.php
@@ -94,7 +94,7 @@
94
$subject = _("Welcome to Hestia Control Panel");
95
$hostname = exec('hostname');
96
unset($output);
97
- $from = sprintf(_('MAIL_FROM'),$hostname); /
+ $from = sprintf(_('MAIL_FROM'),$hostname);
98
99
if (!empty($_POST['v_name'])) {
100
$mailtext = sprintf(_('GREETINGS_GORDON'),$_POST['v_name'])."\r\n";
0 commit comments