7 lines
173 B
PHP
7 lines
173 B
PHP
|
<?php
|
||
|
|
||
|
OC_UTIL::addApplication( array( "id" => "log", "name" => "Log" ));
|
||
|
OC_UTIL::addNavigationEntry( array( "app" => "log", "file" => "index.php", "name" => "Log" ));
|
||
|
|
||
|
?>
|