pppsetup.cgi: change headline from IPTV to IPTV/VLAN.

This commit is contained in:
Arne Fitzenreiter
2011-03-18 09:19:19 +01:00
parent 11c96d4a74
commit 969bf25a6d

View File

@@ -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>";
}
}