Update report.php
authorPatrick McGuire <insidenothing@gmail.com>
Thu, 21 May 2020 18:13:54 +0000 (14:13 -0400)
committerGitHub <noreply@github.com>
Thu, 21 May 2020 18:13:54 +0000 (14:13 -0400)
admin/report.php

index b78735b..b32a164 100644 (file)
@@ -1,9 +1,18 @@
 <?PHP 
+
 include_once('security.php');
+
 include_once('header.php');
+slack_general('ADMIN: Reports Loaded ('.$_COOKIE['name'].') ('.$_COOKIE['level'].')','md-petition');
 ?>
 
-report.php
+<h1>Petition Reports</h1>
+
+
+
+<pre>
+<?PHP print_r($_COOKIE); ?>
+</pre>
 
 
 <?PHP