mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 10:04:35 +02:00
double session_write_close fix
This commit is contained in:
@@ -333,7 +333,7 @@ class redirection
|
|||||||
header('Content-Length: 0');
|
header('Content-Length: 0');
|
||||||
|
|
||||||
// write session if needed
|
// write session if needed
|
||||||
if(session_id()) session_write_close();
|
//if(session_id()) session_write_close();
|
||||||
|
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user