- replace ADOdbPath by extraPath

This commit is contained in:
steinm 2013-02-04 09:30:43 +00:00
parent d0719e80c6
commit 2bd8390a39

View File

@ -142,7 +142,8 @@
</connector>
</connectors>
</authentication>
<!-- ADOdbPath: Path to adodb. This is the directory containing the adodb directory
<!--
- extraPath: Path to addtional software. This is the directory containing additional software like the adodb directory, or the pear Log package. This path will be added to the php include path
- dbDriver: DB-Driver used by adodb (see adodb-readme)
- dbHostname: DB-Server
- dbDatabase: database where the tables for letodms are stored (optional - see adodb-readme)
@ -150,7 +151,7 @@
- dbPass: password for database-access
-->
<database
ADOdbPath = ""
extraPath = ""
dbDriver = "mysql"
dbHostname = "localhost"
dbDatabase = "letodms"