PHP Classes

File: WIAdmin/WICore/WIVendor/hybridauth/index.php

Recommend this page to a friend!
  Classes of Jules Warner   WICMS   WIAdmin/WICore/WIVendor/hybridauth/index.php   Download  
File: WIAdmin/WICore/WIVendor/hybridauth/index.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: WICMS
Database driven content management system with PDO
Author: By
Last change:
Date: 6 years ago
Size: 471 bytes
 

Contents

Class file image Download
<?php
/*!
* HybridAuth
* http://hybridauth.sourceforge.net | http://github.com/hybridauth/hybridauth
* (c) 2009-2012, HybridAuth authors | http://hybridauth.sourceforge.net/licenses.html
*/

// ------------------------------------------------------------------------
// HybridAuth End Point
// ------------------------------------------------------------------------

require_once( "Hybrid/Auth.php" );
require_once(
"Hybrid/Endpoint.php" );

Hybrid_Endpoint::process();