From bfbabf3b78aa9d52a0046e2f2f630e8006817a3a Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sun, 07 Dec 2008 10:53:11 -0500
Subject: [PATCH] monitor module writes the monitoring data now to the master server instead of the local server.
---
install/sql/ispconfig3.sql | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/install/sql/ispconfig3.sql b/install/sql/ispconfig3.sql
index 7020868..d830051 100644
--- a/install/sql/ispconfig3.sql
+++ b/install/sql/ispconfig3.sql
@@ -1144,7 +1144,7 @@
`value` varchar(255) NOT NULL
) ENGINE=MyISAM;
-INSERT INTO sys_config VALUES ('1','db','db_version','3.0.0.8.$Revision$');
+INSERT INTO sys_config VALUES ('1','db','db_version','3.0.0.8 beta');
-- --------------------------------------------------------
--
Gitblit v1.9.1