From d6705a0bb6fa578f2a84088e83bedf37427a7f26 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Mon, 3 Jun 2002 02:55:21 +0000 Subject: [PATCH] Changed root dir from full to relative path. --- www/index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.pl b/www/index.pl index 554e530cc..13e5e97f8 100755 --- a/www/index.pl +++ b/www/index.pl @@ -14,7 +14,7 @@ our ($webguiRoot, $configFile); BEGIN { $configFile = "WebGUI.conf"; - $webguiRoot = "/data/WebGUI"; + $webguiRoot = ".."; unshift (@INC, $webguiRoot."/lib"); }