nextcloud/settings/appinfo/app.php

6 lines
81 B
PHP

<?php
OC_App::register( array( "id" => "settings", "name" => "Settings" ));
?>