Revision 6c07db48
Added by Phil Davis about 10 years ago
usr/local/www/firewall_nat_npt.php | ||
---|---|---|
79 | 79 |
} |
80 | 80 |
} |
81 | 81 |
|
82 |
$pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("NPt"));
|
|
82 |
$pgtitle = array(gettext("Firewall"), gettext("NAT"), gettext("NPt"));
|
|
83 | 83 |
include("head.inc"); |
84 | 84 |
|
85 | 85 |
?> |
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.