diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2015-07-01 02:28:16 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2015-07-01 02:28:16 +0000 |
| commit | 37181c4e7811eedaf47161ec8533052fdac18d89 (patch) | |
| tree | 8088d859b396dbb600269f9613c4df64f87614e4 /lib/config.class.php | |
| parent | 97bc3664869615aa66611cb3788f8e6e15266e53 (diff) | |
Remove dependence on ADOdb and use PHP PDO instead.
Diffstat (limited to 'lib/config.class.php')
| -rw-r--r-- | lib/config.class.php | 1 |
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
|
