mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 17:44:56 +00:00
- replace ADOdbPath by extraPath
This commit is contained in:
parent
d0719e80c6
commit
2bd8390a39
|
@ -142,7 +142,8 @@
|
||||||
</connector>
|
</connector>
|
||||||
</connectors>
|
</connectors>
|
||||||
</authentication>
|
</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)
|
- dbDriver: DB-Driver used by adodb (see adodb-readme)
|
||||||
- dbHostname: DB-Server
|
- dbHostname: DB-Server
|
||||||
- dbDatabase: database where the tables for letodms are stored (optional - see adodb-readme)
|
- dbDatabase: database where the tables for letodms are stored (optional - see adodb-readme)
|
||||||
|
@ -150,7 +151,7 @@
|
||||||
- dbPass: password for database-access
|
- dbPass: password for database-access
|
||||||
-->
|
-->
|
||||||
<database
|
<database
|
||||||
ADOdbPath = ""
|
extraPath = ""
|
||||||
dbDriver = "mysql"
|
dbDriver = "mysql"
|
||||||
dbHostname = "localhost"
|
dbHostname = "localhost"
|
||||||
dbDatabase = "letodms"
|
dbDatabase = "letodms"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user