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