From df18ea284b46645be7984aba8caf21f5d8136ee2 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Sun, 19 Nov 2017 18:33:20 +0100 Subject: [PATCH] Remove unused config parameter --- includes/config.inc.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/includes/config.inc.php b/includes/config.inc.php index 1e67e23..1096bac 100644 --- a/includes/config.inc.php +++ b/includes/config.inc.php @@ -25,9 +25,6 @@ $db_user="smsq"; $db_pwd="smsq"; $db_options=array(); -// FluentPDO path -$fluentpdo_path="FluentPDO/FluentPDO.php"; - /* * Config Mail */