Update analytics.php
authorPatrick McGuire <insidenothing@gmail.com>
Tue, 28 Jul 2020 17:35:07 +0000 (13:35 -0400)
committerGitHub <noreply@github.com>
Tue, 28 Jul 2020 17:35:07 +0000 (13:35 -0400)
admin/analytics.php

index 7349e1b..2e45f63 100644 (file)
@@ -486,6 +486,6 @@ while($d = mysqli_fetch_array($r)){
 // allow headers to be sent...
 $html = ob_get_clean();
 echo $html; // run javascript
-
+slack_general('automation complete','md-petition-admin');
 include_once('footer.php');
 ?>