From 10dbfb56c028b187e45f3ddb2080de007628f135 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Thu, 25 Mar 2004 05:24:07 +0000 Subject: [PATCH] defaulting webgui root --- www/index.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/index.pl b/www/index.pl index 40977a88b..b70ab8f57 100755 --- a/www/index.pl +++ b/www/index.pl @@ -14,8 +14,7 @@ our ($webguiRoot, $configFile); BEGIN { $configFile = "WebGUI.conf"; - $webguiRoot = ".."; - # $webguiRoot = "/data/WebGUI"; # Uncomment this for use with mod_perl 2.0 + $webguiRoot = "/data/WebGUI"; unshift (@INC, $webguiRoot."/lib"); }