summaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-08-29 08:45:27 +0200
committerBart Visscher <bartv@thisnet.nl>2012-08-29 20:29:43 +0200
commit0365f8fd017bef03c832d4c18224c305cdc0b81f (patch)
treee36f976b32f11e35bf716976a6517fb7bd399e23 /apps/files_external/tests
parent0e58800016419daf3b2d032136415a5fe9d6331f (diff)
downloadnextcloud-server-0365f8fd017bef03c832d4c18224c305cdc0b81f.tar.gz
nextcloud-server-0365f8fd017bef03c832d4c18224c305cdc0b81f.zip
Remove php close at end of file
Diffstat (limited to 'apps/files_external/tests')
-rw-r--r--apps/files_external/tests/test.php1
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);
-?>