From 37181c4e7811eedaf47161ec8533052fdac18d89 Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Wed, 1 Jul 2015 02:28:16 +0000 Subject: Remove dependence on ADOdb and use PHP PDO instead. --- lib/config.class.php | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/config.class.php') diff --git a/lib/config.class.php b/lib/config.class.php index 7a2782d..67095ee 100644 --- a/lib/config.class.php +++ b/lib/config.class.php @@ -12,7 +12,6 @@ class siteConfig { public $_rootDir; # root of the site from the perspective of the filesystem public $_rootURL; # root URL of the site - public $_adodbDir; # where the ADOBD libraries live - adodb.sourceforge.net var $_imgDir; # images directory var $_cssDir; # css files directory var $_jsDir; # javascript files directory -- cgit v1.2.3