From: Anthony Talarico Date: Tue, 24 Jan 2017 20:22:48 +0000 (-0500) Subject: removing test echo statements and no longer setting the session array to X-Git-Tag: v1.0.6^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=65a8e8a24b1d2ca6ded6639de1d3a488a15f2fdf;p=WP-Plugins%2FGlmPayments.git removing test echo statements and no longer setting the session array to captcha did not verify if it is successful --- diff --git a/includes/payment-display.php b/includes/payment-display.php index 08f32b2..b98772f 100755 --- a/includes/payment-display.php +++ b/includes/payment-display.php @@ -8,8 +8,6 @@ * */ global $wpdb; -echo $_REQUEST['first_name']; -$out1 = ob_get_contents(); if(isset($_REQUEST['action'])) { if($_REQUEST['action']=='submitpayment') @@ -40,8 +38,6 @@ if(isset($_REQUEST['action'])) header("Location:".site_url().$_SERVER['REQUEST_URI']); exit; } else { - - $_SESSION['payment_msg'] = 'Captcha did not verify!'; foreach($_SESSION as $key => $val){ if ($key !== 'payment_msg'){ unset($_SESSION[$key]);