ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
login-admin.php
Go to the documentation of this file.
1<?php
2/*
3 * Helper page for starting a admin login. Can be used as a target for links.
4 */
5
6if (!array_key_exists('ReturnTo', $_REQUEST)) {
7 throw new SimpleSAML_Error_BadRequest('Missing ReturnTo parameter.');
8}
9
11
13
An exception for terminatinating execution or to throw for unit testing.
static requireAdmin()
Require admin access to the current page.
Definition: Auth.php:60
static redirectUntrustedURL($url, $parameters=array())
This function redirects to the specified URL after performing the appropriate security checks on it.
Definition: HTTP.php:991