move parameter extraPath into right section of file

This commit is contained in:
Uwe Steinmann 2013-02-13 18:09:25 +01:00
parent 184c2bf62f
commit ba4ce247fa

View File

@ -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>