From 1d9b40d68889da8126f8a647f594c0f849baa008 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Thu, 21 Feb 2013 21:35:28 -0800 Subject: Moved sqli connection to sqlEmbeded.php --- ajax/users.ajax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ajax/users.ajax.php') 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']); -- cgit v1.2.3