We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a1afd2 commit 34985ebCopy full SHA for 34985eb
1 file changed
web/login/index.php
@@ -94,7 +94,7 @@ function authenticate_user($user, $password, $twofa = ''){
94
return $error;
95
} else {
96
97
- // Get user speciefic parameters
+ // Get user specific parameters
98
exec (HESTIA_CMD . "v-list-user ".$v_user." json", $output, $return_var);
99
$data = json_decode(implode('', $output), true);
100
unset($output);
0 commit comments