Update print.php
authorPatrick McGuire <insidenothing@gmail.com>
Mon, 25 May 2020 13:18:13 +0000 (09:18 -0400)
committerGitHub <noreply@github.com>
Mon, 25 May 2020 13:18:13 +0000 (09:18 -0400)
admin/print.php

index 26e752b..40e3efd 100644 (file)
@@ -1,4 +1,6 @@
 <?php
+print_r($_POST);
+die();
 include_once('/var/www/secure.php'); 
 include_once('slack.php'); 
 $id = intval($_GET['id']);