mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
- replace ADOdbPath by extraPath
This commit is contained in:
parent
d0719e80c6
commit
2bd8390a39
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user