Revision 6c07db48
Added by Phil Davis about 10 years ago
usr/local/www/status_upnp.php | ||
---|---|---|
56 | 56 |
$now = time(); |
57 | 57 |
$year = date("Y"); |
58 | 58 |
|
59 |
$pgtitle = array(gettext("Status"),gettext("UPnP & NAT-PMP Status")); |
|
59 |
$pgtitle = array(gettext("Status"), gettext("UPnP & NAT-PMP Status"));
|
|
60 | 60 |
$shortcut_section = "upnp"; |
61 | 61 |
include("head.inc"); |
62 | 62 |
?> |
Also available in: Unified diff
Code spacing
and other random stuff I noticed.
I think this finishes messing with code style. The codebase should match
the developer style guide closely enough that 99.9% of changes will not
feel the need to also massage the formatting.