forked from qwerty/tupali
21 lines
589 B
PHP
21 lines
589 B
PHP
<?php
|
|
/**
|
|
* HybridAuth
|
|
* http://hybridauth.sourceforge.net | http://github.com/hybridauth/hybridauth
|
|
* (c) 2009-2015, HybridAuth authors | http://hybridauth.sourceforge.net/licenses.html
|
|
*/
|
|
|
|
// ------------------------------------------------------------------------
|
|
// HybridAuth End Point
|
|
// ------------------------------------------------------------------------
|
|
|
|
require_once( "Hybrid/Auth.php" );
|
|
require_once( "Hybrid/Endpoint.php" );
|
|
|
|
Hybrid_Endpoint::process();
|
|
|
|
/*if (isset($_REQUEST['hauth_start']))
|
|
{
|
|
Hybrid_Endpoint::process();
|
|
|
|
}*/ |