Project

General

Profile

Bug #16988 » bug_4988.diff

Administrator Admin, 2007-02-22 08:06

View differences:

class.tslib_fe.php.changed 2007-02-14 13:22:30.000000000 +0100
list($header,$content) = split("\r\n\r\n", $res, 2);
$content.= "\r\n";
if (false === $content) {
if ( (false === $content) || (strstr($header,'Moved Permanently')) ) {
// Last chance -- redirect
header('Location: '.t3lib_div::locationHeaderUrl($code));
} else {
(2-2/2)