Skip to content
Snippets Groups Projects
Commit e79c827b authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

removed log feature because it is a privacy issue

parent 29239d66
No related branches found
No related tags found
No related merge requests found
<?php
<?php /*
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" )));
?>
*/ ?>
......@@ -22,6 +22,7 @@
*/
//require_once('../../config/config.php');
/*
require_once('../lib/base.php');
if( !OC_User::isLoggedIn()){
......@@ -103,4 +104,4 @@ $tmpl->assign( 'size', $pageSize );
$tmpl->assign( 'showActions', $showActions );
$tmpl->printPage();
?>
*/ ?>
<div class="controls">
<?php /*<div class="controls">
<form id="logs_options" method='post'>
<p>
<span><?php echo $l->t( 'Filter:' ); ?></span>
......@@ -50,5 +50,4 @@
</p>
</form>
</div>
*/ ?>Z
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment