diff options
-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 |