mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 05:31:42 +00:00
move parameter extraPath into right section of file
This commit is contained in:
parent
184c2bf62f
commit
ba4ce247fa
|
@ -143,7 +143,6 @@
|
||||||
</connectors>
|
</connectors>
|
||||||
</authentication>
|
</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)
|
- 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)
|
||||||
|
@ -151,7 +150,6 @@
|
||||||
- dbPass: password for database-access
|
- dbPass: password for database-access
|
||||||
-->
|
-->
|
||||||
<database
|
<database
|
||||||
extraPath = ""
|
|
||||||
dbDriver = "mysql"
|
dbDriver = "mysql"
|
||||||
dbHostname = "localhost"
|
dbHostname = "localhost"
|
||||||
dbDatabase = "letodms"
|
dbDatabase = "letodms"
|
||||||
|
@ -223,6 +221,7 @@
|
||||||
- be any number or string that does not already exist within $_contentDir.
|
- 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.
|
- 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
|
- 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
|
<server
|
||||||
coreDir = ""
|
coreDir = ""
|
||||||
|
@ -230,6 +229,7 @@
|
||||||
contentOffsetDir = "1048576"
|
contentOffsetDir = "1048576"
|
||||||
maxDirID = "0"
|
maxDirID = "0"
|
||||||
updateNotifyTime = "86400"
|
updateNotifyTime = "86400"
|
||||||
|
extraPath = ""
|
||||||
>
|
>
|
||||||
</server>
|
</server>
|
||||||
<converters>
|
<converters>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user