Browse Source

I don't think this file was meant to be commited

remotes/origin/stable45
Robin Appelman 13 years ago
parent
commit
aa8cee1afa
  1. 6
      apps/files_external/tests/test.php

6
apps/files_external/tests/test.php

@ -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);
Loading…
Cancel
Save