first cut openid server. Mostly just getting it architecturally prepared - as there may be a few twists and turns ahead.

This commit is contained in:
friendica 2015-03-10 18:29:42 -07:00
parent b0a78e5288
commit ca3eb27505

View File

@ -21,7 +21,7 @@
* @copyright Copyright (c) 2010, Mewp * @copyright Copyright (c) 2010, Mewp
* @license http://www.opensource.org/licenses/mit-license.php MIT * @license http://www.opensource.org/licenses/mit-license.php MIT
*/ */
ini_set('error_log','log'); //ini_set('error_log','log');
abstract class LightOpenIDProvider abstract class LightOpenIDProvider
{ {
# URL-s to XRDS and server location. # URL-s to XRDS and server location.