https://github.com/owncloud/core
Raw File
Tip revision: add9af579501165943133a56515ec8da05204ebd authored by mmattel on 05 January 2020, 11:36:56 UTC
[release-10.4.0] [PR 36702] Harmonisation of headlines in config.sample
Tip revision: add9af5
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