38 lines
1.6 KiB
PHP
38 lines
1.6 KiB
PHP
|
|
<?php
|
|
|
|
$Login = $_GET['Login'];
|
|
$Account_ID = $_GET['Account_ID'];
|
|
$Email = $_GET['Email'];
|
|
|
|
?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta name="renderer" content="webkit" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="viewport" content="initial-scale=1, width=device-width, maximum-scale=1, minimum-scale=1, user-scalable=no" />
|
|
|
|
</head>
|
|
|
|
<!-- Start of LiveChat (www.livechat.com) code -->
|
|
<script>
|
|
window.__lc = window.__lc || {};
|
|
window.__lc.license = 18228249;
|
|
window.__lc.integration_name = "manual_channels";
|
|
window.__lc.product_name = "livechat";
|
|
;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:"2.0",on:function(){i(["on",c.call(arguments)])},once:function(){i(["once",c.call(arguments)])},off:function(){i(["off",c.call(arguments)])},get:function(){if(!e._h)throw new Error("[LiveChatWidget] You can't use getters before load.");return i(["get",c.call(arguments)])},call:function(){i(["call",c.call(arguments)])},init:function(){var n=t.createElement("script");n.async=!0,n.type="text/javascript",n.src="https://cdn.livechatinc.com/tracking.js",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))
|
|
</script>
|
|
|
|
<script>
|
|
|
|
LiveChatWidget.call("set_session_variables", {
|
|
Login: "<?=$Login?>",
|
|
Account_ID: "<?=$Account_ID?>",
|
|
Email: "<?=$Email?>",
|
|
});
|
|
</script>
|
|
|
|
|
|
</body>
|
|
</html>
|