From be529e22244e8fc3e56d5d053b5d15d3e1364636 Mon Sep 17 00:00:00 2001 From: Jean Paul Galea Date: Mon, 20 Jul 2015 18:58:03 +0000 Subject: [PATCH] Remove unused variables. - will add db host/port later, currently they are ignored even if configured. --- ykval-config.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/ykval-config.php b/ykval-config.php index 7c2d6ef..638ea44 100644 --- a/ykval-config.php +++ b/ykval-config.php @@ -36,10 +36,7 @@ else { $dbuser='ykval_verifier'; $dbpass='yourpassword'; - $basepath=''; $dbname='ykval'; - $dbserver=''; - $dbport=''; $dbtype='mysql'; }