diff options
Diffstat (limited to 'apps/files_external/tests/test.php')
-rw-r--r-- | apps/files_external/tests/test.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_external/tests/test.php b/apps/files_external/tests/test.php index bd24404f3b9..5387279fb07 100644 --- a/apps/files_external/tests/test.php +++ b/apps/files_external/tests/test.php @@ -4,4 +4,3 @@ 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); -?> |