modX.sendUnauthorizedPage
Last updated Nov 27th, 2019 | Page history | Improve this page | Report an issue
modX::sendUnauthorizedPage¶
Send the user to the MODX unauthorized page.
Syntax¶
API Doc: modX::sendUnauthorizedPage()
void sendUnauthorizedPage ([array $options = null])
Example¶
Send the user to the unauthorized page. You do not need to terminate the script after running this.
$modx->sendUnauthorizedPage();