diff options
Diffstat (limited to 'includes/chats.php')
-rw-r--r-- | includes/chats.php | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|