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"); }