Revision 666d84c1
Added by Scott Ullrich almost 15 years ago
etc/inc/zeromq.inc | ||
---|---|---|
32 | 32 |
define('ZEROMQ_FASLE', 'false'); |
33 | 33 |
|
34 | 34 |
$do_not_include_config_gui_inc = true; |
35 |
require("auth.inc"):
|
|
35 |
require("auth.inc");
|
|
36 | 36 |
|
37 | 37 |
/* zeromq_send: Send a message to a member node */ |
38 | 38 |
function zeromq_send($protocol = "tcp", $ipaddress, $port, $method, $params, $username, $password) { |
Also available in: Unified diff
Fix typo