json_encode(array($_c_id)) );
$message = $_time . $_id . implode($_data);
$_hash = hash_hmac(‚sha256’, $message, $_privateKey);
$_url = ‚api.hewalex.net/getvaluebinary’;
$_interval = 30;
$_lang = ‚pl’;
$_link = ‚http://www.ekontrol.pl/svg/’;
$_div_id = ‚svg_frame’;
$data = array(‚api-id’=> $_id,
‚api-time’=> $_time,
‚api-hash’=> $_hash,
‚url’=> $_url,
‚interval’=> $_interval,
‚lang’=> $_lang,
‚controller’=> $_c_id,
‚divID’=> $_div_id,
‚link’ => $_link
);
$_to_js_loadSVG = base64_encode(json_encode($data));
?>