From c719dc0b1dd696e0cd6b51f09ee13c8263375f7c Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 07 Sep 2011 05:57:38 -0400 Subject: [PATCH] Fixed a warning in maildrop plugin. --- 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