Updated the hourly script to automatically deal with all sites, and to allow for plugins.

This commit is contained in:
JT Smith 2002-05-29 18:42:00 +00:00
parent 2671feae26
commit 2756f43a78
5 changed files with 164 additions and 72 deletions

View file

@ -17,7 +17,7 @@
our $webguiRoot;
BEGIN {
$webguiRoot = $ARGV[0] || "/data/WebGUI";
$webguiRoot = $ARGV[0] || "..";
unshift (@INC, $webguiRoot."/lib");
}