ソースを参照

Unset got removed during a merge

Jaap Marcus 5 年 前
コミット
c6cb7a9e46
1 ファイル変更1 行追加0 行削除
  1. 1 0
      web/login/index.php

+ 1 - 0
web/login/index.php

@@ -92,6 +92,7 @@ function authenticate_user($user, $password, $twofa = ''){
                 // Get user speciefic parameters
                 exec (HESTIA_CMD . "v-list-user ".$v_user." json", $output, $return_var);
                 $data = json_decode(implode('', $output), true);
+                unset($output); 
                 if ($data[$user]['TWOFA'] != '') {
                         if(empty($_POST['twofa'])){
                             return false;