]> git.donarmstrong.com Git - debbugs.git/commitdiff
hardcode bugspam link for the time being; the handling of cgi domains needs to be...
authorDon Armstrong <don@donarmstrong.com>
Fri, 7 Feb 2014 20:19:22 +0000 (12:19 -0800)
committerDon Armstrong <don@donarmstrong.com>
Sun, 7 Sep 2025 00:16:24 +0000 (17:16 -0700)
templates/en_US/cgi/bugreport.tmpl

index 414d8c982ac58310d2aea31365c36e959fc9e226..ca807ab919fb98d4519a35b4217610df2ada1e75 100644 (file)
@@ -44,7 +44,7 @@ function toggle_infmessages()
 }
 {$log}
 <hr>
-<p class="msgreceived">Send a report that <a href="http://{$config{cgi_domain}}/bugspam.cgi?bug={$bug_num}">this bug log contains spam</a>.</p>
+<p class="msgreceived">Send a report that <a href="https://bugs.debian.org/cgi-bin/bugspam.cgi?bug={$bug_num}">this bug log contains spam</a>.</p>
 <hr>
 {include(q(html/html_tail))}
 </body>