diff options
Diffstat (limited to 'ajax/challenges.ajax.php')
-rw-r--r-- | ajax/challenges.ajax.php | 2 |
1 files changed, 0 insertions, 2 deletions
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);
|