Don't miss to add exit() after header('Location: bla') as header() does *NOT*
authorRoland Haeder <roland@mxchange.org>
Tue, 1 Mar 2016 13:49:07 +0000 (14:49 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 1 Mar 2016 17:29:09 +0000 (18:29 +0100)
commit2247d85b28e681ba4dd0f1f9de6179e019c9733e
tree41cd5064171c1c4c35e809729c1e2a78c0c3598a
parentcf50bb34710de6845ab0a5fa6b289de7dee8d630
Don't miss to add exit() after header('Location: bla') as header() does *NOT*
exit the script quickly enough. Always use an explicit exit() or you get real
trouble.

Signed-off-by: Roland Haeder <roland@mxchange.org>
index.php