https://github.com/owncloud/core
Raw File
Tip revision: 7f86a9ad7774b5f04ae9dd297af2b9582f33c8a3 authored by Phil Davis on 27 April 2023, 08:16:42 UTC
Test on newer MariaDB 10.9 10.10 10.11
Tip revision: 7f86a9a
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