HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/matomo.circ/plugins/Overlay/templates/notifyParentIframe.twig
<html>
<head>
    <title></title>
    <meta name="robots" content="noindex,nofollow">
</head>
<body>
<script type="text/javascript">
    // go up two iframes to find the piwik window
    var piwikWindow = window.parent.parent;
    // notify piwik of location change
    // the location has been passed as the hash part of the url from the overlay session
    piwikWindow.Piwik_Overlay.setCurrentUrl(window.location.hash.substring(1));
</script>
</body>
</html>