mirror of
https://github.com/nextcloud/server.git
synced 2026-02-12 23:37:26 -05:00
5 lines
98 B
PHP
5 lines
98 B
PHP
<?php
|
|
|
|
OC_App::register( array( "order" => 1, "id" => "admin", "name" => "Administration" ));
|
|
|
|
?>
|