From dead5ccaf44e679d4eb938e12673ea1217f23675 Mon Sep 17 00:00:00 2001 From: vogelor <vogelor@ispconfig3> Date: Sat, 26 Mar 2011 14:09:16 -0400 Subject: [PATCH] The "old" monitoring-module and the "new" rescue-module needed some function twice. So i created a tool-object containing these functions --- install/lib/install.lib.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/install/lib/install.lib.php b/install/lib/install.lib.php index 44b4052..4ef2d37 100644 --- a/install/lib/install.lib.php +++ b/install/lib/install.lib.php @@ -57,7 +57,7 @@ //** Get distribution identifier //** IMPORTANT! -// This is the same code as in server/mods-available/monitor_core_module.inc.php +// This is the same code as in server/lib/classes/monitor_tools.inc.php // So if you change it here, you also have to change it in there! function get_distname() { -- Gitblit v1.9.1