diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-01 18:08:11 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-01 18:08:11 +0200 |
commit | e79c827b22135810c3e66b3178c284d96b4232b7 (patch) | |
tree | 873fd37bef0ea46a9bbcd4f3750ca7cd429758a8 | |
parent | 29239d66383ec0544cefca2e1c6de95d81b48376 (diff) | |
download | nextcloud-server-e79c827b22135810c3e66b3178c284d96b4232b7.tar.gz nextcloud-server-e79c827b22135810c3e66b3178c284d96b4232b7.zip |
removed log feature because it is a privacy issue
-rw-r--r-- | log/appinfo/app.php | 4 | ||||
-rw-r--r-- | log/index.php | 3 | ||||
-rw-r--r-- | 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 f3ef650704d..a3aa19d528d 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 e201411e483..a4fbc364703 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 2756332f519..9c2ce98f58f 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 |