mirror of
https://github.com/nextcloud/server.git
synced 2026-03-25 20:03:23 -04:00
6 lines
166 B
PHP
6 lines
166 B
PHP
<?php
|
|
|
|
OC_APP::register( array( "id" => "log", "name" => "Log" ));
|
|
OC_UTIL::addNavigationEntry( array( "app" => "log", "file" => "index.php", "name" => "Log" ));
|
|
|
|
?>
|