PHP Classes

File: web/SSO/modules/oauth/templates/registry.saved.php

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/modules/oauth/templates/registry.saved.php   Download  
File: web/SSO/modules/oauth/templates/registry.saved.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 234 bytes
 

Contents

Class file image Download
<?php



$this
->includeAtTemplateBase('includes/header.php');


echo(
'<h1>OAuth Client saved</h1>');

echo(
'<p><a href="registry.php">Go back to OAuth client listing</a></p>');



$this->includeAtTemplateBase('includes/footer.php');