summaryrefslogtreecommitdiffstats
path: root/ajax
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-02-21 21:35:28 -0800
committerPatrick Davison <snapwilliam@gmail.com>2013-02-21 21:35:28 -0800
commit1d9b40d68889da8126f8a647f594c0f849baa008 (patch)
tree1f1bd9c64522a47cf8e0556ac3e38887edb10a3a /ajax
parent1a1c2cb7d359a057600d1f0db3efc4a92029ab32 (diff)
downloadpathery-1d9b40d68889da8126f8a647f594c0f849baa008.tar.xz
Moved sqli connection to sqlEmbeded.php
Diffstat (limited to 'ajax')
-rw-r--r--ajax/scores.ajax.php2
-rw-r--r--ajax/users.ajax.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/ajax/scores.ajax.php b/ajax/scores.ajax.php
index 7ba25d0..1404a19 100644
--- a/ajax/scores.ajax.php
+++ b/ajax/scores.ajax.php
@@ -8,7 +8,7 @@ $userID = $_SESSION['userID'];
require('../includes/maps.php');
require('../includes/mapclass.php');
require('../includes/datas.php');
-include_once('../includes/sqli.php');
+include_once('../includes/sqlEmbedded.php');
if ($_GET['getmap'] == 'true') {
$mapID = $_GET['mapID'];
diff --git a/ajax/users.ajax.php b/ajax/users.ajax.php
index 7ee9cc2..9ac3754 100644
--- a/ajax/users.ajax.php
+++ b/ajax/users.ajax.php
@@ -3,7 +3,7 @@ ob_start("ob_gzhandler");
//include('../includes/mapclass.php');
//include('../includes/maps.php');
-include_once('../includes/sqli.php');
+include_once('../includes/sqlEmbedded.php');
//Remove the ending .js
$tmp = explode(".", $_GET['userid']);