diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2014-06-25 14:54:43 +0200 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2014-06-25 14:54:43 +0200 |
commit | e792d38c114807a9a244b17e10faab3b9f881c57 (patch) | |
tree | 19f41102872cfa32e083e4d2b02df4f9e2ce6fe8 /apps/files_external/3rdparty/php-opencloud/lib/php-opencloud.php | |
parent | 8e6cb6dc54f4b21031cc467ad7aadeb8c677acd1 (diff) | |
download | nextcloud-server-e792d38c114807a9a244b17e10faab3b9f881c57.tar.gz nextcloud-server-e792d38c114807a9a244b17e10faab3b9f881c57.zip |
remove rackspace opencloud libs from files_external 3rdparty
Diffstat (limited to 'apps/files_external/3rdparty/php-opencloud/lib/php-opencloud.php')
-rw-r--r-- | apps/files_external/3rdparty/php-opencloud/lib/php-opencloud.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/apps/files_external/3rdparty/php-opencloud/lib/php-opencloud.php b/apps/files_external/3rdparty/php-opencloud/lib/php-opencloud.php deleted file mode 100644 index 15ff034b92d..00000000000 --- a/apps/files_external/3rdparty/php-opencloud/lib/php-opencloud.php +++ /dev/null @@ -1,15 +0,0 @@ -<?php -/** - * entry point for PHP-OpenCloud library - * - * @copyright 2013 Rackspace Hosting, Inc. - * @license http://www.apache.org/licenses/LICENSE-2.0 - */ -require_once(__DIR__ . '/Autoload.php'); -require_once(__DIR__ . '/OpenCloud/Globals.php'); - -$classLoader = new ClassLoader; -$classLoader->registerNamespaces(array( - 'OpenCloud' => array(__DIR__, __DIR__ . '/../tests') -)); -$classLoader->register();
\ No newline at end of file |