https://github.com/owncloud/core
Raw File
Tip revision: 0c57bbe2327e0689e4dfa90e0df56597884e1c69 authored by HariBhandari on 06 December 2019, 10:19:20 UTC
additional acceptance tests to check expiration date using the webui
Tip revision: 0c57bbe
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