https://github.com/owncloud/core
Raw File
Tip revision: 24d9199173b062bea4a4d7589d620ffbf328933e authored by Thomas Müller on 27 November 2017, 21:02:51 UTC
Save etag and versionId as given by the storage to the file cache
Tip revision: 24d9199
occ
#!/usr/bin/env php
<?php
/**
 * Copyright (c) 2013 Thomas Müller <thomas.mueller@tmit.eu>
 * This file is licensed under the Affero General Public License version 3 or
 * later.
 * See the COPYING-README file.
 */

//$argv = $_SERVER['argv'];
require_once __DIR__ . '/console.php';
back to top