--- web/cgi-bin/logo.jpg 2004/03/21 23:59:32 1.1 +++ web/cgi-bin/logo.jpg 2004/03/25 22:48:47 1.2 @@ -4,12 +4,12 @@ use strict; $| = 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";