summaryrefslogtreecommitdiff
path: root/lib/config.class.php
diff options
context:
space:
mode:
authorNathan Kinkade <nath@nkinka.de>2015-07-01 02:28:16 +0000
committerNathan Kinkade <nath@nkinka.de>2015-07-01 02:28:16 +0000
commit37181c4e7811eedaf47161ec8533052fdac18d89 (patch)
tree8088d859b396dbb600269f9613c4df64f87614e4 /lib/config.class.php
parent97bc3664869615aa66611cb3788f8e6e15266e53 (diff)
Remove dependence on ADOdb and use PHP PDO instead.
Diffstat (limited to 'lib/config.class.php')
-rw-r--r--lib/config.class.php1
1 files changed, 0 insertions, 1 deletions
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