Update enter_information.php
authorPatrick McGuire <insidenothing@gmail.com>
Wed, 20 May 2020 12:39:55 +0000 (08:39 -0400)
committerGitHub <noreply@github.com>
Wed, 20 May 2020 12:39:55 +0000 (08:39 -0400)
enter_information.php

index ad409e5..ef682c3 100644 (file)
@@ -51,6 +51,7 @@ if (isset($_POST['web_first_name'])){
   header('Location: is_the_information_correct.php');
 }
 include_once('header.php');
+slack_general('Entering Information','md-petition');
  $qX = "select * from website_text where id = '2'";
  $rX = $petition->query($qX);
  $dX = mysqli_fetch_array($rX);