ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
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
libs
composer
vendor
simplesamlphp
simplesamlphp
modules
oauth
templates
registry.saved.php
Generated on Sat Jan 18 2025 19:01:10 for ILIAS by
1.8.13 (using
Doxyfile
)