From c9435bcf367b6a54d396caf9d4fac4c39b43167a Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 29 Aug 2012 05:23:36 -0400 Subject: [PATCH] Fixed: FS#2324 - Moving a mail domain from a client to another doesn't work totally? --- 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