Remove whitespace at the end that may be causing login problems due to a bug
in php.
This commit is contained in:
@@ -99,5 +99,4 @@ session_set_save_handler("_session_open",
|
|||||||
"_session_write",
|
"_session_write",
|
||||||
"_session_destroy",
|
"_session_destroy",
|
||||||
"_session_gc");
|
"_session_gc");
|
||||||
|
?>
|
||||||
?>
|
|
||||||
Reference in New Issue
Block a user