2012-03-02 23:57:03 +00:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* Copyright (c) 2012 Robin Appelman <icewind@owncloud.com>
|
|
|
|
* This file is licensed under the Affero General Public License version 3 or
|
|
|
|
* later.
|
|
|
|
* See the COPYING-README file.
|
|
|
|
*/
|
|
|
|
|
|
|
|
OC::$CLASSPATH['OC_Filestorage_Archive']='apps/files_archive/lib/storage.php';
|
2012-03-03 19:46:46 +00:00
|
|
|
|
2012-05-05 08:18:45 +00:00
|
|
|
OCP\Util::connectHook('OC_Filesystem','get_mountpoint','OC_Filestorage_Archive','autoMount');
|
2012-03-03 19:46:46 +00:00
|
|
|
|
2012-05-01 18:03:41 +00:00
|
|
|
OCP\Util::addscript( 'files_archive', 'archive' );
|