https://github.com/owncloud/core
Raw File
Tip revision: 9b8d182d219ee0c74c5a3f7f70d5e185c0d9717a authored by Daniel Molkentin on 13 July 2016, 15:47:11 UTC
version.php: add missing space in human readable string
Tip revision: 9b8d182
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