From c955c27cbebba3edaab9532834ac72041eccbf58 Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Tue, 28 May 2013 02:07:59 -0500 Subject: Edited a few more places where "include_once" was being used within a method. Hopefully this doesn't break anything :) --- ajax/challenges.ajax.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'ajax/challenges.ajax.php') diff --git a/ajax/challenges.ajax.php b/ajax/challenges.ajax.php index cac9e75..0caafd1 100644 --- a/ajax/challenges.ajax.php +++ b/ajax/challenges.ajax.php @@ -51,8 +51,6 @@ function getChallengeCode($challengeID) { function getChallengesByTier($tierUnsanitized, $userIdUnsanitized) { - - include_once('../includes/sqlEmbedded.php'); $userID = mysql_escape_string($userIdUnsanitized); $tier = mysql_escape_string($tierUnsanitized); -- cgit v1.2.3