Update security.php

This commit is contained in:
Namhyeon Go 2019-05-11 15:22:30 +09:00 committed by GitHub
parent c2c421c14e
commit bd0055740a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,7 +131,7 @@ if(!check_function_exists("process_safe_login")) {
}
if(!empty($ss_key) && check_login_session($ss_key, $config)) {
$flag = true;
$flag = false; // if alreay login, return false
} else {
$ss_key = make_random_id(10);