7 lines
260 B
Plaintext
7 lines
260 B
Plaintext
|
|
<script src="/phb_sockets/ws.php" type="text/javascript"></script>
|
||
|
|
<script>
|
||
|
|
var PHBPluginConfig = {
|
||
|
|
configurationUrl: '/phb_sockets/configuration.json',
|
||
|
|
sso: (new URLSearchParams(window.location.search).get('sso') || "{{data.auth_ticket}}")
|
||
|
|
}
|
||
|
|
</script>
|