]> 91.132.146.200 Git - insipid.git/commitdiff
false links description update
authorBanana <banana@starscream.de>
Mon, 20 Feb 2012 09:45:08 +0000 (10:45 +0100)
committerBanana <banana@starscream.de>
Mon, 20 Feb 2012 09:45:08 +0000 (10:45 +0100)
lib/Insipid/Stats.pm

index 2656f1b6fb5c065cf58dd387ec84a9fd3a8302c3..088e692b81357d098732d7104c9e7883af20f6ad 100644 (file)
@@ -68,6 +68,7 @@ sub groupByDomain {
 
        if($sth->rows ne 0) {
                print "<h3> Invalid URLs after last linkcheck</h3>";
+               print "<p>Please keep in mind, that SSL URLs can not be checked at this time !</p>";
                print "<ul>";
                while(@row = $sth->fetchrow_array()) {
                        my $uri = URI->new($row[1]);