Update index.php
authorPatrick McGuire <insidenothing@gmail.com>
Thu, 21 May 2020 13:10:48 +0000 (09:10 -0400)
committerGitHub <noreply@github.com>
Thu, 21 May 2020 13:10:48 +0000 (09:10 -0400)
index.php

index ba95ca8..7fe4bcd 100644 (file)
--- a/index.php
+++ b/index.php
@@ -8,7 +8,7 @@ if ($_COOKIE['invite'] != ''){
  $title = 'MEPS ('.strtoupper($_COOKIE['invite']).') - Are you Registered?'; 
 }
 include_once('header.php');
-slack_general('Home Page Loaded','md-petition');
+slack_general('Home Page Loaded ('.$_COOKIE['invite'].')','md-petition');
  $q = "select * from website_text where id = '1'";
  $r = $petition->query($q);
  $d = mysqli_fetch_array($r);