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 /config.php-dist | |
| parent | 97bc3664869615aa66611cb3788f8e6e15266e53 (diff) | |
Remove dependence on ADOdb and use PHP PDO instead.
Diffstat (limited to 'config.php-dist')
| -rw-r--r-- | config.php-dist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist index b2aca4b..325cd70 100644 --- a/config.php-dist +++ b/config.php-dist @@ -22,7 +22,6 @@ define("DBNAME", "nutridb_sr19"); # database name define("DBUSER", "nutridb"); # database user define("DBPASS", ""); # database password -define("ADODBDIR", "lib/adodb"); # adodb db abastractions libs - adodb.sourceforge.net define("SMARTYDIR", "lib/smarty"); # Smarty templates dir - smarty.php.net define("XAJAXDIR", "lib/xajax"); # XAJAX libs - xajaxproject.org |
