The file mark-read.php redirects to the panel after updating all of the feeds. It needs a trailing slash so as to avoid an unnecessary redirect from the Web server.
Header("Location: " . dirname($_SERVER['PHP_SELF']) . "/" );
Log in to post a comment.