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 fa8e6ac commit b12b978Copy full SHA for b12b978
web/edit/server/index.php
@@ -526,7 +526,7 @@
526
}
527
528
529
- // Change backup gzip level
+ // Change login style
530
if (empty($_SESSION['error_msg'])) {
531
if ($_POST['v_login_style'] != $_SESSION['LOGIN_STYLE']) {
532
exec (HESTIA_CMD."v-change-sys-config-value LOGIN_STYLE ".escapeshellarg($_POST['v_login_style']), $output, $return_var);
0 commit comments