cosmetic change: better alignment in variable decl.
This commit is contained in:
parent
ee87f3bbb8
commit
131b6a7f5e
|
@ -4,9 +4,9 @@
|
||||||
$L_VERSION="v. @@REPLACED_DURING_BUILD@@";
|
$L_VERSION="v. @@REPLACED_DURING_BUILD@@";
|
||||||
|
|
||||||
/* To ease the transition, we define a lookup table for old names */
|
/* To ease the transition, we define a lookup table for old names */
|
||||||
$compat = array('DEFAULT_MX' => 'MX',
|
$compat = array('DEFAULT_MX' => 'MX',
|
||||||
'MYSQL_USER' => 'MYSQL_LOGIN',
|
'MYSQL_USER' => 'MYSQL_LOGIN',
|
||||||
'MYSQL_PASS' => 'MYSQL_PWD',
|
'MYSQL_PASS' => 'MYSQL_PWD',
|
||||||
'NS1_HOSTNAME' => 'NS1',
|
'NS1_HOSTNAME' => 'NS1',
|
||||||
'NS2_HOSTNAME' => 'NS2');
|
'NS2_HOSTNAME' => 'NS2');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue