]> source.dussan.org Git - nextcloud-server.git/commitdiff
I don't think this file was meant to be commited
authorRobin Appelman <icewind@owncloud.com>
Sun, 2 Sep 2012 13:12:03 +0000 (15:12 +0200)
committerRobin Appelman <icewind@owncloud.com>
Wed, 5 Sep 2012 17:42:26 +0000 (19:42 +0200)
apps/files_external/tests/test.php [deleted file]

diff --git a/apps/files_external/tests/test.php b/apps/files_external/tests/test.php
deleted file mode 100644 (file)
index 5387279..0000000
+++ /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);