diff options
| author | paul (uranus) <paul@buetow.org> | 2017-07-29 16:33:31 +0100 |
|---|---|---|
| committer | paul (uranus) <paul@buetow.org> | 2017-07-29 16:33:31 +0100 |
| commit | 737f10a37bf6f744ba8cf50ee976bb54fbbc76a7 (patch) | |
| tree | e76a493b4785c74ddba3a083537bc4e4901da9e8 /dev.buetow.org | |
| parent | 5afbc9485d447ae86d59aa84987faed3b4755b91 (diff) | |
no https redirection
Diffstat (limited to 'dev.buetow.org')
| -rw-r--r-- | dev.buetow.org/content/projectlist.inc.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev.buetow.org/content/projectlist.inc.pl b/dev.buetow.org/content/projectlist.inc.pl index ec53c71..4d1d4f2 100644 --- a/dev.buetow.org/content/projectlist.inc.pl +++ b/dev.buetow.org/content/projectlist.inc.pl @@ -21,7 +21,7 @@ sub list (*) { my @content = getf $found; - $ret .= "<b><a href=https://$host>$host</a></b>" . nl; + $ret .= "<b><a href=http://$host>$host</a></b>" . nl; if (@content) { $ret .= join " ", @content; $ret .= nl; |
