Skip to content

Commit 85bd52c

Browse files
committed
Fix php error
1 parent bb2acbb commit 85bd52c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/add/user/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
$subject = _("Welcome to Hestia Control Panel");
9595
$hostname = exec('hostname');
9696
unset($output);
97-
$from = sprintf(_('MAIL_FROM'),$hostname); /
97+
$from = sprintf(_('MAIL_FROM'),$hostname);
9898

9999
if (!empty($_POST['v_name'])) {
100100
$mailtext = sprintf(_('GREETINGS_GORDON'),$_POST['v_name'])."\r\n";

0 commit comments

Comments
 (0)