X-Git-Url: http://git.i-scream.org/?a=blobdiff_plain;f=cgi-bin%2Flogo.jpg;fp=cgi-bin%2Flogo.jpg;h=2503d4e5840e567fa71f1c90529e0271dd799988;hb=a80d0974e08bd71d162daff7947e4dd7580ab886;hp=d5984384974abb5d742c91f846595c4840dcdbb0;hpb=7f803fc1f2bf44088e7ceb5e78f309524b091609;p=www.i-scream.org.git diff --git a/cgi-bin/logo.jpg b/cgi-bin/logo.jpg index d598438..2503d4e 100755 --- a/cgi-bin/logo.jpg +++ b/cgi-bin/logo.jpg @@ -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";