diff --git a/redirect.php b/redirect.php index 3d9bb40edb..4cccd1d3e1 100644 --- a/redirect.php +++ b/redirect.php @@ -1,9 +1,9 @@ * * doing and adding to cvs: Lars Kneschke * - * http://www.egroupware.org * + * http://www.egroupware.org * * -------------------------------------------- * * This program is free software; you can redistribute it and/or modify it * * under the terms of the GNU General Public License as published by the * @@ -15,20 +15,20 @@ /* Use this script when you want to link to a external url. - This way you don't send sonething like sessionid's as referer + This way you don't send something like sessionid as referer Use this in your app: "' */ - if ($_GET['go']) + if($_GET['go']) { - Header('Location: ' . html_entity_decode(urldecode($_GET['go']))); - exit; + Header('Location: ' . html_entity_decode(urldecode($_GET['go']))); + exit; } else { - print "this want work!!"; + echo "this won't work!!"; } -?> \ No newline at end of file +?>