diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-06-02 10:37:15 -0500 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-06-02 10:37:15 -0500 |
commit | 3345b13c73e76d2f03a85209d205adb9af49fc6b (patch) | |
tree | ce1848b29c9a98577ad2ec56024a569dd179456a /includes/HybridAuth/index.php | |
parent | 951330c9f83c8c8ee98f65fdccb5797e2e59d1f3 (diff) | |
download | pathery-3345b13c73e76d2f03a85209d205adb9af49fc6b.tar.xz |
Updated login form with a few new providers
Diffstat (limited to 'includes/HybridAuth/index.php')
-rw-r--r-- | includes/HybridAuth/index.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/includes/HybridAuth/index.php b/includes/HybridAuth/index.php new file mode 100644 index 0000000..972cd3e --- /dev/null +++ b/includes/HybridAuth/index.php @@ -0,0 +1,15 @@ +<?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( "includes/HybridAuth/Auth.php" ); +require_once( "includes/HybridAuth/Endpoint.php" ); + +Hybrid_Endpoint::process(); |