Skip to content

Commit 35cb17b

Browse files
authored
Update index.php
1 parent 7f1db96 commit 35cb17b

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)