ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
disable.php
Go to the documentation of this file.
1<?php
2
10$this->includeAtTemplateBase('includes/header.php');
11?>
12<h1><?php echo $this->t('{negotiate:negotiate:disable_title}'); ?></h1>
13<?php echo $this->t('{negotiate:negotiate:disable_info_pre}', array('URL' => htmlspecialchars($this->data['url']))); ?>
14
15<?php echo $this->t('{negotiate:negotiate:info_post}'); ?>
16
17<?php $this->includeAtTemplateBase('includes/footer.php');
An exception for terminatinating execution or to throw for unit testing.
$t data['url']
Definition: disable.php:22