Project

General

Profile

Feature #17153 » subdomain_patch_inc2.diff

Administrator Admin, 2007-04-19 14:01

View differences:

t3lib/class.t3lib_page.php 2007-04-19 13:35:17.914900056 +0200
Header('Location: '.t3lib_div::locationHeaderUrl($rURL));
exit;
} elseif ($row["getContentFromPage"] != 0) {
if ($_SERVER["QUERY_STRING"] == "")
if ($_SERVER["REQUEST_URI"] == "/" || $_SERVER["REQUEST_URI"] == "" || $_SERVER["REQUEST_URI"] == "index.php")
{
return $row['getContentFromPage'];
}
(4-4/5)