ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
authorize_403.php
Go to the documentation of this file.
1
<?php
13
$this->
data
[
'403_header'
] = $this->t(
'{authorize:Authorize:403_header}'
);
14
$this->
data
[
'403_text'
] = $this->t(
'{authorize:Authorize:403_text}'
);
15
16
$this->includeAtTemplateBase(
'includes/header.php'
);
17
?>
18
<h1><?php echo $this->
data
[
'403_header'
]; ?></h1>
19
<p><?php echo $this->
data
[
'403_text'
]; ?></p>
20
<?php
21
if
(isset($this->
data
[
'LogoutURL'
])) {
22
?>
23
<p><a href=
"<?php echo htmlspecialchars($this->data['LogoutURL']); ?>"
><?php echo $this->t(
'{status:logout}'
); ?></a></p>
24
<?php
25
}
26
?>
27
<?php
28
$this->includeAtTemplateBase(
'includes/footer.php'
);
data
$this data['403_header']
Definition:
authorize_403.php:13
libs
composer
vendor
simplesamlphp
simplesamlphp
modules
authorize
templates
authorize_403.php
Generated on Sat Jan 18 2025 19:01:10 for ILIAS by
1.8.13 (using
Doxyfile
)