summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2012-09-02 15:12:03 +0200
committerRobin Appelman <icewind@owncloud.com>2012-09-05 19:42:26 +0200
commitaa8cee1afa3e1bacf195610b75dbfd1103bf48c3 (patch)
treedde6b2d11ac74110a8e1f63b26533896af81bdcc /apps
parent5fc4c78106775ac717ffa64aaab7ae8b10cea3d0 (diff)
downloadnextcloud-server-aa8cee1afa3e1bacf195610b75dbfd1103bf48c3.tar.gz
nextcloud-server-aa8cee1afa3e1bacf195610b75dbfd1103bf48c3.zip
I don't think this file was meant to be commited
Diffstat (limited to 'apps')
-rw-r--r--apps/files_external/tests/test.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/files_external/tests/test.php b/apps/files_external/tests/test.php
deleted file mode 100644
index 5387279fb07..00000000000
--- a/apps/files_external/tests/test.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-require_once 'files_external/lib/config.php';
-echo "<pre>";
-print_r(OC_Mount_Config::getSystemMountPoints());
-echo "</pre>";
-// OC_Mount_Config::addMountPoint('Photos', 'OC_Filestorage_SWIFT', array('host' => 'gapinthecloud.com', 'user' => 'Gap', 'token' => '23423afdasFJEW22', 'secure' => 'true', 'root' => ''), OC_Mount_Config::MOUNT_TYPE_GROUP, 'admin', false);