nextcloud/log/appinfo/app.php

7 lines
271 B
PHP
Raw Normal View History

<?php
2011-07-29 23:36:03 +04:00
OC_App::register( array( "order" => 1, "id" => "log", "name" => "Log" ));
OC_App::addSettingsPage( array( "id" => "log", "order" => 999, "href" => OC_Helper::linkTo( "log", "index.php" ), "name" => "Log", "icon" => OC_Helper::imagePath( "log", "logs.png" )));
?>