https://github.com/owncloud/core
Raw File
Tip revision: df728bc3f94c5e03c42ea16d82912ed597d1a59d authored by Thomas Müller on 26 March 2018, 14:04:29 UTC
Merge pull request #30806 from owncloud/unused-config-parameters
Tip revision: df728bc
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