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 7f1db96 commit 35cb17bCopy full SHA for 35cb17b
web/edit/server/index.php
@@ -532,7 +532,7 @@
532
exec (HESTIA_CMD."v-change-sys-config-value LOGIN_STYLE ".escapeshellarg($_POST['v_login_style']), $output, $return_var);
533
check_return_code($return_var,$output);
534
unset($output);
535
- if (empty($_SESSION['error_msg'])) $v_backup_gzip = $_POST['v_login_style'];
+ if (empty($_SESSION['error_msg'])) $v_login_style = $_POST['v_login_style'];
536
$v_security_adv = 'yes';
537
}
538
0 commit comments