mirror of
https://github.com/nextcloud/server.git
synced 2026-03-28 21:33:40 -04:00
10 lines
237 B
PHP
10 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);
|