Remove whitespace at the end that may be causing login problems due to a bug

in php.
This commit is contained in:
Chris Morgan
2004-12-13 02:01:15 +00:00
committed by WineHQ
parent 5f66266055
commit ad2ed1b086

View File

@@ -99,5 +99,4 @@ session_set_save_handler("_session_open",
"_session_write",
"_session_destroy",
"_session_gc");
?>
?>