nextcloud/settings/appinfo/app.php

6 lines
186 B
PHP

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