Revision 3f797235
Added by Scott Ullrich almost 15 years ago
usr/local/www/pkg_mgr.php | ||
---|---|---|
203 | 203 |
<td class="listr" style="overflow: hidden;"> |
204 | 204 |
<?php |
205 | 205 |
if($index['supportedbybsdperimeter']) |
206 |
echo "YES";
|
|
206 |
echo $index['supportedbybsdperimeter'];
|
|
207 | 207 |
else |
208 | 208 |
echo "NO"; |
209 | 209 |
|
Also available in: Unified diff
Echo out field if its set