From 62a11081e6b3c963f0223abb2aaaab5ff0e5a089 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sun, 27 May 2007 11:20:08 -0400
Subject: [PATCH] Added plugin class for the server daemon and renamed the modules class.

---
 server/lib/config.inc.php |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/server/lib/config.inc.php b/server/lib/config.inc.php
index 8ecfa81..0f95d57 100644
--- a/server/lib/config.inc.php
+++ b/server/lib/config.inc.php
@@ -66,4 +66,9 @@
 $conf["load_server_config"]	= true;
 
 
+
+define("LOGLEVEL_DEBUG",0);
+define("LOGLEVEL_WARN",1);
+define("LOGLEVEL_ERROR",2);
+
 ?>
\ No newline at end of file

--
Gitblit v1.9.1