my($updatecmd) = "/home/iscream/bin/fullcvsupdate.sh $modulelist";
my($logcmd) = "cd /tmp/i-scream/cvstmp && $cvs2clpath $cvs2clargs";
-my ($incdir) = "../nwww";
+my ($incdir) = "../htdocs";
# Include files
my ($doctype) = "$incdir/doctype.inc";
$| = 1;
# Settings
-my ($incdir) = "../nwww";
+my ($incdir) = "../htdocs";
# Include files
my ($doctype) = "$incdir/doctype.inc";
$| = 1;
# Directory to find images in
-my($dir) = "/web/i-scream/nwww/logos";
+my($dir) = "/web/i-scream/htdocs/logos";
# Pattern to match images - remember to escape
my($pattern) = "\\.jpg\$";
# URL to images - must match $dir
-my($url) = "http://nwww.i-scream.org/logos";
+my($url) = "http://www.i-scream.org/logos";
# Where the setbg command is
-my($setbg) = "/web/i-scream/nwww.bin/setbg.pl";
+my($setbg) = "/web/i-scream/bin/setbg.pl";
# Code...
my($imagepath) = `$setbg -r -p \'$pattern\' -b echo -f \' \' $dir`;
$| = 1;
# Directory to find images in
-my($dir) = "/web/i-scream/nwww/logos";
+my($dir) = "/web/i-scream/htdocs/logos";
# Pattern to match images - remember to escape
my($pattern) = "\\.jpg\$";
# Where the setbg command is
-my($setbg) = "/web/i-scream/nwww.bin/setbg.pl";
+my($setbg) = "/web/i-scream/bin/setbg.pl";
# Code...
print "Content-type: image/jpeg\n\n";