Browse Source

move some openid files to 3rdparty

remotes/origin/stable45
Robin Appelman 14 years ago
parent
commit
7967685771
  1. 0
      3rdparty/openid/class.openid.v3.php
  2. 0
      3rdparty/openid/phpmyid.php
  3. 2
      apps/user_openid/appinfo/app.php
  4. 2
      apps/user_openid/user.php
  5. 2
      apps/user_openid/user_openid.php

0
apps/user_openid/class.openid.v3.php → 3rdparty/openid/class.openid.v3.php

0
apps/user_openid/phpmyid.php → 3rdparty/openid/phpmyid.php

2
apps/user_openid/appinfo/app.php

@ -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');

2
apps/user_openid/user.php

@ -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';

2
apps/user_openid/user_openid.php

@ -21,7 +21,7 @@
*
*/
require_once('class.openid.v3.php');
require_once('openid/class.openid.v3.php');
/**
* Class for user OpenId backend

Loading…
Cancel
Save