ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
registry.saved.php
Go to the documentation of this file.
1<?php
2
3
4
5$this->includeAtTemplateBase('includes/header.php');
6
7
8echo('<h1>OAuth Client saved</h1>');
9
10echo('<p><a href="registry.php">Go back to OAuth client listing</a></p>');
11
12
13
14$this->includeAtTemplateBase('includes/footer.php');
15
An exception for terminatinating execution or to throw for unit testing.