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 --- includes/chats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/chats.php') diff --git a/includes/chats.php b/includes/chats.php index dcd46c9..18d0810 100644 --- a/includes/chats.php +++ b/includes/chats.php @@ -2,7 +2,7 @@ /* * addChat, getChat functions */ -include_once('sqli.php'); +include_once('sqlEmbedded.php'); define('CHAT_ROWS_TO_KEEP', 75); -- cgit v1.2.3