nextcloud/settings/appinfo.php

7 lines
193 B
PHP
Raw Normal View History

<?php
OC_UTIL::addApplication( array( "id" => "settings", "name" => "Settings" ));
OC_UTIL::addNavigationEntry( array( "app" => "settings", "file" => "index.php", "name" => "Settings" ));
?>