From: Roland Haeder Date: Sun, 6 Mar 2011 11:28:32 +0000 (+0000) Subject: Some obsolete comment removed X-Git-Url: https://git.mxchange.org/?p=ctracker.git;a=commitdiff_plain;h=6ac069f8ebed03590a667b34753859de71b77eea Some obsolete comment removed --- diff --git a/libs/lib_general.php b/libs/lib_general.php index 6e7fc62..fb12f58 100644 --- a/libs/lib_general.php +++ b/libs/lib_general.php @@ -415,13 +415,9 @@ function crackerTrackerRedirectSameUrl () { } /** - * Send a HTTP redirect to the browser. This function wass taken from DokuWiki + * Send a HTTP redirect to the browser. This function was taken from DokuWiki * (GNU GPL 2; http://www.dokuwiki.org) and modified to fit into this script. * - * ---------------------------------------------------------------------------- - * If you want to redirect, please use redirectToUrl(); instead - * ---------------------------------------------------------------------------- - * * Works arround Microsoft IIS cookie sending bug. Does exit the script. * * @link http://support.microsoft.com/kb/q176113/