mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Fix iqmpproxy install check (pppsetup.cgi).
This commit is contained in:
@@ -13,6 +13,7 @@ srv/web/ipfire/cgi-bin/chpasswd.cgi
|
||||
srv/web/ipfire/cgi-bin/outgoingfw.cgi
|
||||
srv/web/ipfire/cgi-bin/vpnmain.cgi
|
||||
srv/web/ipfire/cgi-bin/netexternal.cgi
|
||||
srv/web/ipfire/cgi-bin/pppsetup.cgi
|
||||
var/ipfire/langs/en.pl
|
||||
var/ipfire/langs/de.pl
|
||||
var/ipfire/langs/fr.pl
|
||||
|
||||
@@ -735,7 +735,7 @@ print <<END
|
||||
</tr>
|
||||
END
|
||||
;
|
||||
if ( -e '/usr/local/bin/igmpproxy'){
|
||||
if ( -e '/opt/pakfire/db/installed/meta-igmpproxy'){
|
||||
print <<END
|
||||
<tr>
|
||||
<td colspan='3' width='100%'><input type='radio' name='IPTV' value='enable' $checked{'IPTV'}{'enable'}>$Lang::tr{'on'}</td>
|
||||
|
||||
Reference in New Issue
Block a user