diff options
Diffstat (limited to 'lib/openid_consumer.php')
| -rw-r--r-- | lib/openid_consumer.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/openid_consumer.php b/lib/openid_consumer.php deleted file mode 100644 index 86b051c0c..000000000 --- a/lib/openid_consumer.php +++ /dev/null @@ -1,15 +0,0 @@ -<?php -/** - * OpenID library loader for consumers - */ - -$openid_path = dirname(dirname(__FILE__)) . '/vendors/php-openid/'; -$path = ini_get('include_path'); -$path = $openid_path . PATH_SEPARATOR . $path; -ini_set('include_path', $path); - -require_once 'Auth/OpenID.php'; -require_once 'Auth/OpenID/Consumer.php'; -require_once 'Auth/OpenID/SReg.php'; -require_once 'Auth/OpenID/AX.php'; -require_once 'Auth/OpenID/Interface.php'; |
