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 13:53:35 +0000 (14:53 +0100)
commit262618201651aac7c971dfd526edcc35fa9c784a
tree2cba8f9fc5648e9f67a4102acadc8d03e193fd76
parent438026aafdad8be1d449369055a26cd8d9e862df
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