mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 01:26:42 +03:00
Updated Google Analytics script
This commit is contained in:
parent
03c198997a
commit
bfb345f92b
16
index.html
16
index.html
|
@ -152,15 +152,13 @@ Warning: SQLite3::exec(): near "": syntax error in index.php on line 19
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PK2GTNDFZ6"></script>
|
||||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
<script>
|
||||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
window.dataLayer = window.dataLayer || [];
|
||||||
</script>
|
function gtag(){dataLayer.push(arguments);}
|
||||||
<script type="text/javascript">
|
gtag('js', new Date());
|
||||||
try {
|
|
||||||
var pageTracker = _gat._getTracker("UA-5076660-1");
|
gtag('config', 'G-PK2GTNDFZ6');
|
||||||
pageTracker._trackPageview();
|
|
||||||
} catch(err) {}
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user