nextcloud/log/appinfo/app.php

7 lines
166 B
PHP
Raw Normal View History

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