Revision 820562e8
Added by NewEraCracker over 9 years ago
src/etc/inc/util.inc | ||
---|---|---|
56 | 56 |
* |
57 | 57 |
*/ |
58 | 58 |
|
59 |
define(VIP_ALL, 1);
|
|
60 |
define(VIP_CARP, 2);
|
|
61 |
define(VIP_IPALIAS, 3);
|
|
59 |
define('VIP_ALL', 1);
|
|
60 |
define('VIP_CARP', 2);
|
|
61 |
define('VIP_IPALIAS', 3);
|
|
62 | 62 |
|
63 | 63 |
/* kill a process by pid file */ |
64 | 64 |
function killbypid($pidfile) { |
Also available in: Unified diff
Quote the 1st parameter (constant name) when calling define()