Update security.php

This commit is contained in:
Namhyeon Go 2019-10-13 22:17:53 +09:00 committed by GitHub
parent d30e7b01ae
commit 4d4518457d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -652,8 +652,8 @@ if(!check_function_exists("start_isolated_session")) {
}
// since 1.6 or above
if(!check_function_exists("end_isolated_session")) {
function end_isolated_session() {
if(!check_function_exists("expire_isolated_session")) {
function expire_isolated_session() {
$_SESSION = array();
session_destroy();
}