ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
no_cookie.php
Go to the documentation of this file.
1<?php
2
3if (isset($_REQUEST['retryURL'])) {
4 $retryURL = (string) $_REQUEST['retryURL'];
6} else {
7 $retryURL = null;
8}
9
11$t = new SimpleSAML_XHTML_Template($globalConfig, 'core:no_cookie.tpl.php');
12$t->data['retryURL'] = $retryURL;
13$t->show();
An exception for terminatinating execution or to throw for unit testing.
static checkURLAllowed($url, array $trustedSites=null)
Check if a URL is valid and is in our list of allowed URLs.
Definition: HTTP.php:322
static getInstance($instancename='simplesaml')
Get a configuration file by its instance name.