Merge pull request #2408 from annando/1603-goaway
Another fix for "goaway". Hopefully now finale.
This commit is contained in:
commit
08b69892e8
2
boot.php
2
boot.php
|
@ -1558,7 +1558,7 @@ function killme() {
|
||||||
* @brief Redirect to another URL and terminate this process.
|
* @brief Redirect to another URL and terminate this process.
|
||||||
*/
|
*/
|
||||||
function goaway($s) {
|
function goaway($s) {
|
||||||
if (!strstr(normalise_link($s), normalise_link(App::get_baseurl())))
|
if (!strstr(normalise_link($s), "http://"))
|
||||||
$s = App::get_baseurl()."/".$s;
|
$s = App::get_baseurl()."/".$s;
|
||||||
|
|
||||||
header("Location: $s");
|
header("Location: $s");
|
||||||
|
|
Loading…
Reference in a new issue