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