Projekt

Allgemein

Profil

GX-Bug #54765 » NOSEOURL404Fix.patch

Till Tepelmann, 11.01.2018 17:20

Unterschiede anzeigen:

src/includes/application_top.php (revision )
1313 1313
if (isset ($_GET['cat']) && !isset($_GET['no_boost']))
1314 1314
{
1315 1315
	$site = explode('_', $_GET['cat']);
1316
	if($site[0] == 'c')
1317
	{
1318
		$pageNotFound = true;
1319
		$site[0] = 'c0';
1320
	}
1316 1321
	$cID = $site[0];
1317 1322
	$cID = str_replace('c', '', $cID);
1318 1323
	$_GET['cPath'] = xtc_get_category_path($cID);
    (1-1/1)