Update index.php
This commit is contained in:
parent
3295b0d669
commit
f35a618699
@ -77,7 +77,7 @@ elseif ($query == "pro")
|
|||||||
preg_match('@src="([^"]+)"@', $image, $match);
|
preg_match('@src="([^"]+)"@', $image, $match);
|
||||||
$file = array_pop($match);
|
$file = array_pop($match);
|
||||||
if ($file == "") header('Location: ../../public/theme/common/nophoto.png');
|
if ($file == "") header('Location: ../../public/theme/common/nophoto.png');
|
||||||
else header('Location: '.$file.'&cache=1&publictakepos=1');
|
else header('Location: '.$file.'&cache=1&publictakepos=1&modulepart=product');
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user