Update security.php

This commit is contained in:
Namhyeon Go 2018-09-24 03:39:14 +09:00 committed by GitHub
parent 3019e65649
commit 829902e6e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -305,7 +305,6 @@ if(!function_exists("session_logout")) {
// delete session file
$session_name = get_password($ss_key);
remove_storage_file($session_name, array(
"filename" => $session_name,
"storage_type" => get_value_in_array("session_dir", $config, "session"),
));