From 4151269de49287491ffb3835d9df129a238d6c10 Mon Sep 17 00:00:00 2001 From: laf Date: Wed, 12 Mar 2014 22:03:47 +0000 Subject: [PATCH] Moved plugins menu and enabled Test plugin by default --- .gitignore | 2 ++ html/includes/print-menubar.php | 33 ++++++++++++++++++--------------- html/plugins/.gitignore | 2 -- html/plugins/Test/Test.inc.php | 5 +++++ html/plugins/Test/Test.php | 9 +++++++++ 5 files changed, 34 insertions(+), 17 deletions(-) delete mode 100644 html/plugins/.gitignore create mode 100644 html/plugins/Test/Test.inc.php create mode 100644 html/plugins/Test/Test.php diff --git a/.gitignore b/.gitignore index 975011ebe..4ebd6e7d3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ config.php logs patches rrd +html/plugins/* +!html/plugins/Test/ diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 001d80728..def06351e 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -460,7 +460,25 @@ if ($packages) + + + -