move some openid files to 3rdparty
This commit is contained in:
parent
59364366d8
commit
7967685771
|
@ -19,7 +19,7 @@ OCP\Util::addHeader('link',array('rel'=>'openid.delegate', 'href'=>OCP\Util::lin
|
|||
|
||||
OCP\App::registerPersonal('user_openid','settings');
|
||||
|
||||
require_once 'apps/user_openid/user_openid.php';
|
||||
require_once 'openid/user_openid.php';
|
||||
|
||||
//active the openid backend
|
||||
OC_User::useBackend('openid');
|
||||
|
|
|
@ -44,4 +44,4 @@ if(!OCP\User::userExists($USERNAME)){
|
|||
}
|
||||
$IDENTITY=OCP\Util::linkToAbsolute( "user_openid", "user.php" ).'/'.$USERNAME;
|
||||
|
||||
require_once 'phpmyid.php';
|
||||
require_once 'openid/phpmyid.php';
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
require_once('class.openid.v3.php');
|
||||
require_once('openid/class.openid.v3.php');
|
||||
|
||||
/**
|
||||
* Class for user OpenId backend
|
||||
|
|
Loading…
Reference in New Issue