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 
8 echo('<h1>OAuth Client saved</h1>');
9 
10 echo('<p><a href="registry.php">Go back to OAuth client listing</a></p>');
11 
12 
13 
14 $this->includeAtTemplateBase('includes/footer.php');
15