X-Git-Url: http://git.i-scream.org/?a=blobdiff_plain;f=cgi-bin%2Flogo.jpg;h=2503d4e5840e567fa71f1c90529e0271dd799988;hb=efcea11f179159a9e9ab5dd128892a293062f2da;hp=d5984384974abb5d742c91f846595c4840dcdbb0;hpb=044ce3d999326b8748cd8f2821ed593298bb07ba;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";