mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-16 05:53:00 +02:00
Fixed index.cgi - perl is not my language.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user