]> i-scream Git - www.i-scream.org.git/blobdiff - cgi-bin/logo.jpg
Update CGI's to know about new site.
[www.i-scream.org.git] / cgi-bin / logo.jpg
index d5984384974abb5d742c91f846595c4840dcdbb0..2503d4e5840e567fa71f1c90529e0271dd799988 100755 (executable)
@@ -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";