]> i-scream Git - www.i-scream.org.git/blobdiff - cgi-bin/logo.cgi
Move to https where possible.
[www.i-scream.org.git] / cgi-bin / logo.cgi
index 69aaf8dc4a08d0cf62fe7a6123472b1cc44b24ad..c1916120d278b03d38ffa82807785fa239f03bde 100755 (executable)
@@ -9,7 +9,7 @@ my($dir) = "/web/i-scream/htdocs/logos";
 my($pattern) = "\\.jpg\$";
 
 # URL to images - must match $dir
-my($url) = "//www.i-scream.org/logos";
+my($url) = "https://www.i-scream.org/logos";
 
 # Where the setbg command is
 my($setbg) = "/web/i-scream/bin/setbg.pl";
@@ -21,7 +21,7 @@ $imagepath =~ s/$dir/$url/;
 
 # Check for IPv6
 if($ENV{SERVER_ADDR} =~ /:/) {
-       $imagepath = "//www.i-scream.org/images/ipv6-logo.gif";
+       $imagepath = "https://www.i-scream.org/images/ipv6-logo.gif";
 }
 
 print "Content-type: text/plain\n\n";