From 0c23c70a93d8835b9d9d274805b60ecdb6226323 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Tue, 23 May 2017 12:29:35 -1000 Subject: [PATCH] going a different route is this secure though? --- gw-toon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gw-toon.php b/gw-toon.php index 0f5c943..0dc8a7b 100644 --- a/gw-toon.php +++ b/gw-toon.php @@ -11,7 +11,7 @@ if (!$result = $con->query($sql)){ die ('There was an error running the query [' . $con->error . ']'); } # experimental stuff -if (empty($whattoon)){ +if ($whattoon == ""){ echo 'Options for what to do after character selection goes here
'; echo 'Character id selected is ' . $whattoon . '
'; } else {