Revision a3381369
Added by Colin Fleming over 12 years ago
usr/local/www/firewall_shaper_queues.php | ||
---|---|---|
204 | 204 |
<table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0"> |
205 | 205 |
<tr> |
206 | 206 |
<td width="30%" valign="top" algin="left"> |
207 |
<? echo $tree; ?> |
|
207 |
<?php echo $tree; ?>
|
|
208 | 208 |
</td> |
209 | 209 |
<td width="70%" valign="top" align="center"> |
210 |
<? |
|
210 |
<?php
|
|
211 | 211 |
if ($qname) |
212 | 212 |
echo "<pr class=\"pgtitle\">" . $qname . "</pr><br />"; |
213 | 213 |
echo "<table align=\"center\" class=\"tabcont\" width=\"80%\" border=\"0\" cellpadding=\"4\" cellspacing=\"0\">"; |
Also available in: Unified diff
Update PHP shorthand tag
Standardise all PHP start tags from "" to "