mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +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)$/) {
|
if ($pppsettings{'TYPE'} =~ /^(pppoe|vdsl|pppoeatm)$/) {
|
||||||
print <<END
|
print <<END
|
||||||
<tr>
|
<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>
|
</tr>
|
||||||
END
|
END
|
||||||
;
|
;
|
||||||
@@ -777,6 +777,7 @@ END
|
|||||||
;
|
;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
print "<tr><td colspan='4' width='100%'>No IPTV possible install addon igmpproxy</td></tr>";
|
||||||
if ($pppsettings{'TYPE'} eq 'vdsl') {
|
if ($pppsettings{'TYPE'} eq 'vdsl') {
|
||||||
print <<END
|
print <<END
|
||||||
<tr>
|
<tr>
|
||||||
@@ -786,7 +787,6 @@ print <<END
|
|||||||
END
|
END
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
print "<tr><td colspan='4' width='100%'>No IPTV possible install addon igmpproxy</td></tr>";
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user