]> source.dussan.org Git - nextcloud-server.git/commitdiff
removed log feature because it is a privacy issue
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Mon, 1 Aug 2011 16:08:11 +0000 (18:08 +0200)
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Mon, 1 Aug 2011 16:08:11 +0000 (18:08 +0200)
log/appinfo/app.php
log/index.php
log/templates/index.php

index f3ef650704da817e81fb43429897e9a7e83d3469..a3aa19d528d8b13dec159dc766191d73693a169e 100644 (file)
@@ -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" )));
 
-?>
+*/ ?>
index e201411e483a2e0c621f8e75b9540f00aa3379fb..a4fbc36470311d0b2f8ed93e3e218b5e653f2d89 100644 (file)
@@ -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();
 
-?>
+*/ ?>
index 2756332f519eee4561efc25f8b48b11e62d333d2..9c2ce98f58f8bd6d93195b237d663d6ce2277271 100644 (file)
@@ -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