From f394ba40a189669beafe824f80497401e01c2315 Mon Sep 17 00:00:00 2001 From: git Date: Thu, 21 Feb 2013 02:51:17 -0600 Subject: Fixing a quick injection --- do.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'do.php') diff --git a/do.php b/do.php index 758ee7d..ae8ccc3 100644 --- a/do.php +++ b/do.php @@ -157,7 +157,7 @@ if ($_GET['r'] == 'getpath') { // Enables the ability to discover an exact duplicate solution. $solution = formSolution($_GET['solution']); - $userID = $_SESSION['userID']; + $userID = $_SESSION['userID'] + 0; //valid mapID? $mapID = $_GET[mapid] + 0; -- cgit v1.2.3