Fixed index.cgi - perl is not my language.

This commit is contained in:
Jan Paul Tuecking
2010-12-05 20:12:09 +01:00
parent 7274a673f0
commit 922092717b

View File

@@ -491,10 +491,10 @@ END
if (`find /usr/share/doc/licenses/GPLv3 2>/dev/null`) {
print '<textarea rows=\'25\' cols=\'75\' readonly=\'true\'>';
print `cat /usr/share/doc/licenses/GPLv3`;
print '</textarea>'
print '</textarea>';
}
else {
print '<br /><a href=\'http://www.gnu.org/licenses/gpl-3.0.txt\' target=\'_blank\'>GNU GENERAL PUBLIC LICENSE</a><br />'
print '<br /><a href=\'http://www.gnu.org/licenses/gpl-3.0.txt\' target=\'_blank\'>GNU GENERAL PUBLIC LICENSE</a><br />';
}
print <<END;
<p>