removed log feature because it is a privacy issue

This commit is contained in:
Jan-Christoph Borchardt 2011-08-01 18:08:11 +02:00
parent 29239d6638
commit e79c827b22
3 changed files with 6 additions and 6 deletions

View 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" )));
?>
*/ ?>

View 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();
?>
*/ ?>

View 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