commit 0248a3539fde7be18da0e82d8da11e784db7fdb6 parent 5b3d6cf0eeeb4f29d500039f4e08cc35753a58e5 Author: markseu <mark2011@mayberg.se> Date: Wed, 27 Jan 2016 13:22:03 +0100 Better static build (for richi) Diffstat:
| M | system/plugins/core.php | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/system/plugins/core.php b/system/plugins/core.php @@ -2322,7 +2322,10 @@ class YellowToolbox $_REQUEST[$matches[1]] = $matches[2]; } } - } + } else { + $_SERVER["LOCATION"] = $location; + $_SERVER["LOCATION_ARGS"] = ""; + } return $location; }