From 09b996f0700b3bdc908db3c8a2f1bb1919d9969e Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Tue, 23 May 2017 23:40:21 -1000 Subject: [PATCH] got rid of unsed code --- gw-toon.php | 1 - 1 file changed, 1 deletion(-) diff --git a/gw-toon.php b/gw-toon.php index 13ecefc..7698521 100644 --- a/gw-toon.php +++ b/gw-toon.php @@ -3,7 +3,6 @@ include_once 'gw-connect.php'; $con = new mysqli(DATABASE_HOST, DATABASE_USER, DATABASE_PASS, DATABASE_NAME); $userid = 1; //need to actually pull this info from cookie/session (preferable) $whattoon = mysqli_real_escape_string($con, $_POST['cnameid']); -//$nameoftoon = mysqli_real_escape_string($con, $_POST['charactername']); if ($con->connect_errno > 0){ die ('Unable to connect to database [' . $db->connect_errno . ']'); }