Browse Source

Update index.php

Jaap Marcus 5 years ago
parent
commit
35cb17b0bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/edit/server/index.php

+ 1 - 1
web/edit/server/index.php

@@ -532,7 +532,7 @@ if (!empty($_POST['save'])) {
             exec (HESTIA_CMD."v-change-sys-config-value LOGIN_STYLE ".escapeshellarg($_POST['v_login_style']), $output, $return_var);
             check_return_code($return_var,$output);
             unset($output);
-            if (empty($_SESSION['error_msg'])) $v_backup_gzip = $_POST['v_login_style'];
+            if (empty($_SESSION['error_msg'])) $v_login_style = $_POST['v_login_style'];
             $v_security_adv = 'yes';
         }
     }