mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
pppsetup.cgi: change headline from IPTV to IPTV/VLAN.
This commit is contained in:
@@ -748,7 +748,7 @@ END
|
||||
if ($pppsettings{'TYPE'} =~ /^(pppoe|vdsl|pppoeatm)$/) {
|
||||
print <<END
|
||||
<tr>
|
||||
<td colspan='4' width='100%' bgcolor='$color{'color20'}'><b>IPTV:</b></td>
|
||||
<td colspan='4' width='100%' bgcolor='$color{'color20'}'><b>IPTV/VLAN:</b></td>
|
||||
</tr>
|
||||
END
|
||||
;
|
||||
@@ -777,6 +777,7 @@ END
|
||||
;
|
||||
}
|
||||
else {
|
||||
print "<tr><td colspan='4' width='100%'>No IPTV possible install addon igmpproxy</td></tr>";
|
||||
if ($pppsettings{'TYPE'} eq 'vdsl') {
|
||||
print <<END
|
||||
<tr>
|
||||
@@ -786,7 +787,6 @@ print <<END
|
||||
END
|
||||
;
|
||||
}
|
||||
print "<tr><td colspan='4' width='100%'>No IPTV possible install addon igmpproxy</td></tr>";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user