Update reset.php
authorPatrick McGuire <insidenothing@gmail.com>
Tue, 16 Mar 2021 20:00:04 +0000 (16:00 -0400)
committerGitHub <noreply@github.com>
Tue, 16 Mar 2021 20:00:04 +0000 (16:00 -0400)
admin/reset.php

index 7979dd1..6131dff 100644 (file)
@@ -26,7 +26,14 @@ if(isset($_POST['email'])){
        slack_general('ADMIN: reset.php','md-petition');        
 }
 ?>
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-TY6C66ZWMX"></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
 
+  gtag('config', 'G-TY6C66ZWMX');
+</script>
 <form action="reset.php" method="post" accept-charset="utf-8"> <table>
                <tbody><tr>
                        <td>E-Mail Address</td>