diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-02-21 21:35:28 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-02-21 21:35:28 -0800 |
commit | 1d9b40d68889da8126f8a647f594c0f849baa008 (patch) | |
tree | 1f1bd9c64522a47cf8e0556ac3e38887edb10a3a /ajax/scores.ajax.php | |
parent | 1a1c2cb7d359a057600d1f0db3efc4a92029ab32 (diff) | |
download | pathery-1d9b40d68889da8126f8a647f594c0f849baa008.tar.xz |
Moved sqli connection to sqlEmbeded.php
Diffstat (limited to 'ajax/scores.ajax.php')
-rw-r--r-- | ajax/scores.ajax.php | 2 |
1 files changed, 1 insertions, 1 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'];
|