X-Git-Url: http://git.hcoop.net/clinton/MarylandElectronicPetitionSignature.git/blobdiff_plain/3c9412ec886dec7907ee776ae3d4412078080717..5c5b10ac2ff5e62e532452b0ce7b6f978ed95e4f:/petition.php diff --git a/petition.php b/petition.php index dd02245..657e97f 100644 --- a/petition.php +++ b/petition.php @@ -6,21 +6,33 @@ if (isset($_POST['petition'])){ $q = "select * from petitions where petition_id = '$id'"; $r = $petition->query($q); $d = mysqli_fetch_array($r); - slack_general('OK POST: petition.php ('.$_COOKIE['invite'].')','md-petition'); + //slack_general('OK POST (invite:'.$_COOKIE['invite'].')','md-petition'); }elseif($_COOKIE['pID'] != ''){ $id = $_COOKIE['pID']; $q = "select * from petitions where petition_id = '$id'"; $r = $petition->query($q); $d = mysqli_fetch_array($r); - slack_general('OK COOKIE: petition.php ('.$_COOKIE['invite'].')','md-petition'); + //slack_general('OK COOKIE (invite:'.$_COOKIE['invite'].')','md-petition'); }else{ - slack_general('MAJOR ERROR: petition.php ('.$_COOKIE['invite'].')','md-petition'); + slack_general('MAJOR ERROR (invite:'.$_COOKIE['invite'].')','md-petition'); header('Location: reset.php'); die('Error #15'); } setcookie("pJPG", $d['petition_jpg']); ?> - +