Last change
on this file since 22125 was
20293,
checked in by mistic100, 12 years ago
|
first commit of oAuth plugin, still in developpement
|
File size:
591 bytes
|
Line | |
---|
1 | <?php |
---|
2 | /*! |
---|
3 | * HybridAuth |
---|
4 | * http://hybridauth.sourceforge.net | http://github.com/hybridauth/hybridauth |
---|
5 | * (c) 2009-2012, HybridAuth authors | http://hybridauth.sourceforge.net/licenses.html |
---|
6 | */ |
---|
7 | |
---|
8 | // ------------------------------------------------------------------------ |
---|
9 | // HybridAuth End Point |
---|
10 | // ------------------------------------------------------------------------ |
---|
11 | |
---|
12 | define('PHPWG_ROOT_PATH', '../../../../'); |
---|
13 | include_once(PHPWG_ROOT_PATH.'include/common.inc.php'); |
---|
14 | |
---|
15 | require_once( "Hybrid/Auth.php" ); |
---|
16 | require_once( "Hybrid/Endpoint.php" ); |
---|
17 | |
---|
18 | Hybrid_Endpoint::process(); |
---|
Note: See
TracBrowser
for help on using the repository browser.