summaryrefslogtreecommitdiffstats
path: root/pages/admin.php
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 /pages/admin.php
parent1a1c2cb7d359a057600d1f0db3efc4a92029ab32 (diff)
downloadpathery-1d9b40d68889da8126f8a647f594c0f849baa008.tar.xz
Moved sqli connection to sqlEmbeded.php
Diffstat (limited to 'pages/admin.php')
-rw-r--r--pages/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/admin.php b/pages/admin.php
index 24feda4..e98dc49 100644
--- a/pages/admin.php
+++ b/pages/admin.php
@@ -9,7 +9,7 @@ topbar($Links);
include_once('./includes/datas.php');
include_once('./includes/maps.php');
include_once('./includes/mapoftheday.php');
-include_once('./includes/sqli.php');
+include_once('./includes/sqlEmbedded.php');
include_once('./includes/playerStats.php');
include_once('./includes/chats.php');