summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2012-07-24 00:02:01 +0200
committerRobin Appelman <icewind@owncloud.com>2012-07-24 00:02:01 +0200
commit796768577154dc9cc2542e33d8d81c6a5fa77dea (patch)
treef9dd3a9aeb1baa8f9c65f5b8e67770c5257e4b7c
parent59364366d8c69ca217fb817535d1b5d1df316841 (diff)
downloadnextcloud-server-796768577154dc9cc2542e33d8d81c6a5fa77dea.tar.gz
nextcloud-server-796768577154dc9cc2542e33d8d81c6a5fa77dea.zip
move some openid files to 3rdparty
-rw-r--r--3rdparty/openid/class.openid.v3.php (renamed from apps/user_openid/class.openid.v3.php)0
-rw-r--r--3rdparty/openid/phpmyid.php (renamed from apps/user_openid/phpmyid.php)0
-rw-r--r--apps/user_openid/appinfo/app.php2
-rw-r--r--apps/user_openid/user.php2
-rw-r--r--apps/user_openid/user_openid.php2
5 files changed, 3 insertions, 3 deletions
diff --git a/apps/user_openid/class.openid.v3.php b/3rdparty/openid/class.openid.v3.php
index eeb31986659..eeb31986659 100644
--- a/apps/user_openid/class.openid.v3.php
+++ b/3rdparty/openid/class.openid.v3.php
diff --git a/apps/user_openid/phpmyid.php b/3rdparty/openid/phpmyid.php
index 13fd31c47ca..13fd31c47ca 100644
--- a/apps/user_openid/phpmyid.php
+++ b/3rdparty/openid/phpmyid.php
diff --git a/apps/user_openid/appinfo/app.php b/apps/user_openid/appinfo/app.php
index fe57b189fac..a5fb6a0f45e 100644
--- a/apps/user_openid/appinfo/app.php
+++ b/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');
diff --git a/apps/user_openid/user.php b/apps/user_openid/user.php
index d25b95259e0..88571ba618e 100644
--- a/apps/user_openid/user.php
+++ b/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';
diff --git a/apps/user_openid/user_openid.php b/apps/user_openid/user_openid.php
index 70b193a30b1..19f2f719b06 100644
--- a/apps/user_openid/user_openid.php
+++ b/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