show_404()
public function show_404(): void
Description
Displays a 404 error page. Called when the login module cannot determine a valid user level from the URL, for example when an invalid secret login word is provided.
Parameters
This method takes no parameters.
Return Value
| Type | Description |
|---|---|
| void | Outputs a 404 error page and terminates execution. |