https://github.com/owncloud/core
Raw File
Tip revision: f03c6c4926d07ead116eb5559f3540e6c3f869f4 authored by JanAckermann on 01 September 2021, 12:51:07 UTC
Add tooltips for group names in group share list and group settings
Tip revision: f03c6c4
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