From 8b3992261b8d6e57e539a2a8b7fe74bf21ffddbd Mon Sep 17 00:00:00 2001 From: Falko Timme <ft@falkotimme.com> Date: Mon, 21 Oct 2013 09:28:06 -0400 Subject: [PATCH] - Forgot to make $inst global in function configure_pureftpd(). --- interface/web/tools/lib/menu.d/statistics.menu.php | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/interface/web/tools/lib/menu.d/statistics.menu.php b/interface/web/tools/lib/menu.d/statistics.menu.php index 7c10155..f4f9cb3 100644 --- a/interface/web/tools/lib/menu.d/statistics.menu.php +++ b/interface/web/tools/lib/menu.d/statistics.menu.php @@ -1,10 +1,10 @@ <?php -$items = array(); +/* -$items[] = array( 'title' => 'Other page', - 'target' => 'content', - 'link' => 'http://www.google.de'); +// Example + +$items = array(); $items[] = array( 'title' => 'Mailqueue', 'target' => 'content', @@ -16,6 +16,6 @@ 'items' => $items); - +*/ ?> \ No newline at end of file -- Gitblit v1.9.1