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

This commit is contained in:
Robin Appelman 2012-09-02 15:12:03 +02:00
parent 5fc4c78106
commit aa8cee1afa
1 changed files with 0 additions and 6 deletions

View File

@ -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);