2012-06-13 12:34:09 +00:00
|
|
|
<?php
|
2015-01-23 14:44:00 -08:00
|
|
|
/**
|
2012-06-13 12:34:09 +00:00
|
|
|
* HybridAuth
|
2015-01-23 14:44:00 -08:00
|
|
|
* http://hybridauth.sourceforge.net | http://github.com/hybridauth/hybridauth
|
2016-12-01 15:57:23 -08:00
|
|
|
* (c) 2009-2015, HybridAuth authors | http://hybridauth.sourceforge.net/licenses.html
|
2012-06-13 12:34:09 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
// ------------------------------------------------------------------------
|
|
|
|
// HybridAuth End Point
|
|
|
|
// ------------------------------------------------------------------------
|
2016-12-08 07:25:34 -08:00
|
|
|
require_once("../../class2.php");
|
2012-06-13 12:34:09 +00:00
|
|
|
require_once( "Hybrid/Auth.php" );
|
2016-12-01 15:57:23 -08:00
|
|
|
require_once( "Hybrid/Endpoint.php" );
|
2012-06-13 12:34:09 +00:00
|
|
|
|
|
|
|
Hybrid_Endpoint::process();
|