mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
move parameter extraPath into right section of file
This commit is contained in:
parent
184c2bf62f
commit
ba4ce247fa
|
@ -143,7 +143,6 @@
|
|||
</connectors>
|
||||
</authentication>
|
||||
<!--
|
||||
- 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)
|
||||
|
@ -151,7 +150,6 @@
|
|||
- dbPass: password for database-access
|
||||
-->
|
||||
<database
|
||||
extraPath = ""
|
||||
dbDriver = "mysql"
|
||||
dbHostname = "localhost"
|
||||
dbDatabase = "letodms"
|
||||
|
@ -223,6 +221,7 @@
|
|||
- be any number or string that does not already exist within $_contentDir.
|
||||
- maxDirID: Maximum number of sub-directories per parent directory. Default: 0, use 31998 (maximum number of dirs in ext3) for a multi level content directory.
|
||||
- updateNotifyTime: users are notified about document-changes that took place within the last "updateNotifyTime" seconds
|
||||
- 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
|
||||
-->
|
||||
<server
|
||||
coreDir = ""
|
||||
|
@ -230,6 +229,7 @@
|
|||
contentOffsetDir = "1048576"
|
||||
maxDirID = "0"
|
||||
updateNotifyTime = "86400"
|
||||
extraPath = ""
|
||||
>
|
||||
</server>
|
||||
<converters>
|
||||
|
|
Loading…
Reference in New Issue
Block a user