<h3><?=gettext('UPnP is currently disabled.')?></h3>
</header>
<?php
else:?>
<divclass="table-responsive">
<tableclass="table table-striped">
<thead>
<tr>
<td><?=gettext("Port");?></td>
<td><?=gettext("Protocol");?></td>
<td><?=gettext("Internal IP");?></td>
<td><?=gettext("Int. Port");?></td>
<td><?=gettext("Description");?></td>
</tr>
</thead>
<tbody>
<?php
foreach($rdr_entriesas$rdr_entry):
if(!preg_match("/on (.*) inet proto (.*) from (.*) to (.*) port = (.*) keep state label \"(.*)\" rtable [0-9] -> (.*) port (.*)/",$rdr_entry,$matches)){