From e79c827b22135810c3e66b3178c284d96b4232b7 Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Date: Mon, 1 Aug 2011 18:08:11 +0200
Subject: [PATCH] removed log feature because it is a privacy issue

---
 log/appinfo/app.php     | 4 ++--
 log/index.php           | 3 ++-
 log/templates/index.php | 5 ++---
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/log/appinfo/app.php b/log/appinfo/app.php
index f3ef650704..a3aa19d528 100644
--- a/log/appinfo/app.php
+++ b/log/appinfo/app.php
@@ -1,6 +1,6 @@
-<?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" )));
 
-?>
+*/ ?>
diff --git a/log/index.php b/log/index.php
index e201411e48..a4fbc36470 100644
--- a/log/index.php
+++ b/log/index.php
@@ -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();
 
-?>
+*/ ?>
diff --git a/log/templates/index.php b/log/templates/index.php
index 2756332f51..9c2ce98f58 100644
--- a/log/templates/index.php
+++ b/log/templates/index.php
@@ -1,4 +1,4 @@
-<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
-- 
GitLab