mirror of
https://github.com/nextcloud/server.git
synced 2026-02-23 09:53:17 -05:00
5 lines
81 B
PHP
5 lines
81 B
PHP
<?php
|
|
|
|
OC_App::register( array( "id" => "settings", "name" => "Settings" ));
|
|
|
|
?>
|