From 8eb646a8abd3c39d37adb64d3908cd6ee6b1e5a8 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Fri, 24 Jun 2011 04:09:53 -0400 Subject: [PATCH] Fixed a firewall configuration problem. --- 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