From d4242086dad143d86808f34d9b115874ba53ddd4 Mon Sep 17 00:00:00 2001 From: Patrick McGuire Date: Wed, 20 May 2020 08:39:55 -0400 Subject: [PATCH] Update enter_information.php --- enter_information.php | 1 + 1 file changed, 1 insertion(+) diff --git a/enter_information.php b/enter_information.php index ad409e5..ef682c3 100644 --- a/enter_information.php +++ b/enter_information.php @@ -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); -- 2.20.1