Revision 6c07db48
Added by Phil Davis about 10 years ago
usr/local/www/vpn_l2tp_users.php | ||
---|---|---|
36 | 36 |
##|*MATCH=vpn_l2tp_users.php* |
37 | 37 |
##|-PRIV |
38 | 38 |
|
39 |
$pgtitle = array(gettext("VPN"),gettext("L2TP"),gettext("Users"));
|
|
39 |
$pgtitle = array(gettext("VPN"), gettext("L2TP"), gettext("Users"));
|
|
40 | 40 |
$shortcut_section = "l2tps"; |
41 | 41 |
|
42 | 42 |
require("guiconfig.inc"); |
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.