Commit 5a2f998e9adcd0d5eb6e66cbe138c3c2565ea361

Authored by Edmar Moretti
1 parent 867b8af8

-

pacotes/openid/example-google.php
1 1 <?php
  2 +exit;
2 3 # Logging in with Google accounts requires setting special identity, so this example shows how to do it.
3 4 require 'openid.php';
4 5 try {
... ...
pacotes/openid/provider/example-mysql.php
1 1 <?php
  2 +exit;
2 3 /**
3 4 * This example shows several things:
4 5 * - How a setup interface should look like.
... ...
pacotes/openid/provider/example.php
1 1 <?php
  2 +exit;
2 3 /**
3 4 * This example shows how to create a basic provider usin HTTP Authentication.
4 5 * This is only an example. You shouldn't use it as-is in your code.
... ...
pacotes/phpflickr/example.php
1 1 <?
  2 +exit;
2 3 /* Last updated with phpFlickr 1.3.2
3 4 *
4 5 * This example file shows you how to call the 100 most recent public
... ...
pacotes/twitteroauth/index.php
1 1 <?php
  2 +exit;
2 3 /**
3 4 * @file
4 5 * User has successfully authenticated with Twitter. Access tokens saved to session and DB.
... ...
pacotes/twitteroauth/test.php
1 1 <?php
  2 +exit;
2 3 /**
3 4 * @file
4 5 *
... ...