From c980540af816b482f880416a1419021ac518e1f1 Mon Sep 17 00:00:00 2001 From: Andy Grundman Date: Tue, 21 Oct 2003 03:27:43 +0000 Subject: [PATCH] Added commented full path webguiRoot for mod_perl 2.0 users --- www/index.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/www/index.pl b/www/index.pl index 8b3ec5687..e8d8e3759 100755 --- a/www/index.pl +++ b/www/index.pl @@ -15,6 +15,7 @@ our ($webguiRoot, $configFile); BEGIN { $configFile = "WebGUI.conf"; $webguiRoot = ".."; + # $webguiRoot = "/data/WebGUI"; # Uncomment this for use with mod_perl 2.0 unshift (@INC, $webguiRoot."/lib"); }