From: Jan-Christoph Borchardt Date: Mon, 1 Aug 2011 16:08:11 +0000 (+0200) Subject: removed log feature because it is a privacy issue X-Git-Tag: v3.0~267^2~305^2~12 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e79c827b22135810c3e66b3178c284d96b4232b7;p=nextcloud-server.git removed log feature because it is a privacy issue --- 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 @@ - 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 @@ -
+

t( 'Filter:' ); ?> @@ -50,5 +50,4 @@

- - +*/ ?>Z