Revision 6c07db48
Added by Phil Davis about 10 years ago
usr/local/www/status_lb_vs.php | ||
---|---|---|
54 | 54 |
$a_pool = &$config['load_balancer']['lbpool']; |
55 | 55 |
$rdr_a = get_lb_redirects(); |
56 | 56 |
|
57 |
$pgtitle = array(gettext("Status"),gettext("Load Balancer"),gettext("Virtual Server"));
|
|
57 |
$pgtitle = array(gettext("Status"), gettext("Load Balancer"), gettext("Virtual Server"));
|
|
58 | 58 |
include("head.inc"); |
59 | 59 |
|
60 | 60 |
?> |
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.