Skip to content

Commit 082090d

Browse files
authored
Merge pull request hestiacp#1235 from hestiacp/fix/1232-incorrect_var_name
Incorrect var name
2 parents 7f1db96 + 35cb17b commit 082090d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/edit/server/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@
532532
exec (HESTIA_CMD."v-change-sys-config-value LOGIN_STYLE ".escapeshellarg($_POST['v_login_style']), $output, $return_var);
533533
check_return_code($return_var,$output);
534534
unset($output);
535-
if (empty($_SESSION['error_msg'])) $v_backup_gzip = $_POST['v_login_style'];
535+
if (empty($_SESSION['error_msg'])) $v_login_style = $_POST['v_login_style'];
536536
$v_security_adv = 'yes';
537537
}
538538
}

0 commit comments

Comments
 (0)