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 +- includes/emails.php | 2 +- includes/sqlEmbedded.php | 3 +++ includes/sqli.php | 4 ---- 4 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 includes/sqli.php (limited to 'includes') 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); diff --git a/includes/emails.php b/includes/emails.php index 182749c..74658ad 100644 --- a/includes/emails.php +++ b/includes/emails.php @@ -2,7 +2,7 @@ /* * Email methods; QueueEmail and SendQueuedEmail */ -include_once('sqli.php'); +include_once('sqlEmbedded.php'); //Email sending lock define('FILE_EMAIL_LOCK', './emailLockFile'); diff --git a/includes/sqlEmbedded.php b/includes/sqlEmbedded.php index b7a32b5..64fa5c5 100644 --- a/includes/sqlEmbedded.php +++ b/includes/sqlEmbedded.php @@ -1,6 +1,9 @@ \ No newline at end of file -- cgit v1.2.3