Better static build (for richi)

This commit is contained in:
markseu 2016-01-27 13:22:03 +01:00
parent 5b3d6cf0ee
commit 0248a3539f

View file

@ -2322,7 +2322,10 @@ class YellowToolbox
$_REQUEST[$matches[1]] = $matches[2];
}
}
}
} else {
$_SERVER["LOCATION"] = $location;
$_SERVER["LOCATION_ARGS"] = "";
}
return $location;
}