Error Source
The first line number counts with includes, the second one in []-brackets counts the original template
|
064 [063]: if ($_SERVER['REQUEST_URI']=="/" && $host=="richtigfitab50") $_SERVER['REQUEST_URI'] = "/pages/de/rf50themen/rf50themen/index.html";
065 [064]:
066 [065]:
067 [066]: $url_array = explode("/",$_SERVER['REQUEST_URI']);
068 [067]: $language = $url_array[2];
069 [068]: $site = $url_array[3];
070 [069]:
071 [070]:
072 [071]: if ($site=="ratgeber") {
|