From 539464e14d92fa2e60db2a8fa47acb73d6352189 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 12 Aug 2013 09:51:21 -0400 Subject: [PATCH] Changed error reporting level to "E_ALL & ~E_NOTICE" in cron_daily.php like it is set in server.php --- 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