ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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:321
static getInstance($instancename='simplesaml')
Get a configuration file by its instance name.