Was browsing somone elses code, and I stumbled upon this.
if($_GET['cPath']) $cPath = $_GET['cPath'];
elseif ($_GET['products_id']) {
$_GET['cPath'] = $cPath;
}
Is it possible to set $_GET? I doubt it. This is with the latest php.
Also register varibles is on (again, not my server/code), but I doubt that would affect. So whatcha guys think.