Elgg
Version 4.3
|
Go to the source code of this file.
Functions | |
forward ($location="", $reason= 'system') | |
Forward to $location. More... | |
forward | ( | $location = "" , |
|
$reason = 'system' |
|||
) |
Forward to $location.
Sends a 'Location: $location' header and exits. If headers have already been sent, throws an exception.
string | $location | URL to forward to browser to. This can be a path relative to the network's URL. |
string | $reason | Short explanation for why we're forwarding. Set to '404' to forward to error page. Default message is 'system'. |
SecurityException |
Definition at line 23 of file deprecated-4.0.php.