modX::sendUnauthorizedPage
Send the user to the MODx unauthorized page.
Syntax
API Doc: http://api.modxcms.com/modx/modX.html#sendUnauthorizedPage
void sendUnauthorizedPage ([array $options = null])
Example
Send the user to the unauth page.
$modx->sendUnauthorizedPage();