mirror of
https://github.com/nextcloud/server.git
synced 2026-02-10 22:34:26 -05:00
9 lines
237 B
PHP
9 lines
237 B
PHP
<?php
|
|
/**
|
|
* Copyright (c) 2013 Bart Visscher <bartv@thisnet.nl>
|
|
* This file is licensed under the Affero General Public License version 3 or
|
|
* later.
|
|
* See the COPYING-README file.
|
|
*/
|
|
|
|
$application->add(new OC\Core\Command\Status);
|