mirror of
https://github.com/nextcloud/server.git
synced 2026-04-09 02:56:28 -04:00
6 lines
193 B
PHP
6 lines
193 B
PHP
<?php
|
|
|
|
OC_UTIL::addApplication( array( "id" => "settings", "name" => "Settings" ));
|
|
OC_UTIL::addNavigationEntry( array( "app" => "settings", "file" => "index.php", "name" => "Settings" ));
|
|
|
|
?>
|