ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
no_cookie.php
Go to the documentation of this file.
1
<?php
2
3
if
(isset($_REQUEST[
'retryURL'
])) {
4
$retryURL
= (
string
) $_REQUEST[
'retryURL'
];
5
$retryURL
=
\SimpleSAML\Utils\HTTP::checkURLAllowed
(
$retryURL
);
6
}
else
{
7
$retryURL
= null;
8
}
9
10
$globalConfig
=
SimpleSAML_Configuration::getInstance
();
11
$t
=
new
SimpleSAML_XHTML_Template
(
$globalConfig
,
'core:no_cookie.tpl.php'
);
12
$t
->data[
'retryURL'
] =
$retryURL
;
13
$t
->show();
string
Add rich text string
Definition:
05featuredemo.inc.php:117
SimpleSAML\Utils\HTTP\checkURLAllowed
static checkURLAllowed($url, array $trustedSites=null)
Check if a URL is valid and is in our list of allowed URLs.
Definition:
HTTP.php:322
$retryURL
$retryURL
Definition:
no_cookie.tpl.php:4
SimpleSAML_XHTML_Template
Definition:
Template.php:16
$globalConfig
$globalConfig
Definition:
no_cookie.php:10
SimpleSAML_Configuration\getInstance
static getInstance($instancename='simplesaml')
Get a configuration file by its instance name.
Definition:
Configuration.php:297
$t
$t
Definition:
no_cookie.php:11
libs
composer
vendor
simplesamlphp
simplesamlphp
modules
core
www
no_cookie.php
Generated on Tue Jan 28 2025 19:01:12 for ILIAS by
1.8.13 (using
Doxyfile
)