Make sure redirect gets sent, in case something fails in the shutdown

This commit is contained in:
Nathan Gray 2008-10-24 18:39:30 +00:00
parent 78c724b0cb
commit 01e04e6fc3

View File

@ -432,6 +432,7 @@ class egw extends egw_minimal
Header("Location: $url");
print("\n\n");
}
@ob_flush(); flush();
exit;
}