From 11faaac20cf878bcd9d2af23546a794d9f7e2a6b Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Mon, 21 Sep 2009 11:55:47 -0400
Subject: [PATCH] Fixed: FS#879 - Reseller cannot create database for himself, only for "c0" or subclients.

---
 interface/web/tools/lib/menu.d/statistics.menu.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 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..41fe18c 100644
--- a/interface/web/tools/lib/menu.d/statistics.menu.php
+++ b/interface/web/tools/lib/menu.d/statistics.menu.php
@@ -1,5 +1,9 @@
 <?php
 
+/*
+
+// Example
+
 $items = array();
 
 $items[] = array( 'title' 	=> 'Other page',
@@ -16,6 +20,6 @@
 							'items'	=> $items);
 
 
-
+*/
 
 ?>
\ No newline at end of file

--
Gitblit v1.9.1