openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 147e747128543b5ff79d6e9072aadc447ca8af40
parent 60efcf7c0b4f22ca4dd348f197ba3ef01e106304
Author: dankert <devnull@localhost>
Date:   Sun,  4 Apr 2004 20:54:50 +0200

*** empty log message ***

Diffstat:
doc/examples/config/config.ini.php | 43+++++++++++++++++++++++++++++++------------
1 file changed, 31 insertions(+), 12 deletions(-)

diff --git a/doc/examples/config/config.ini.php b/doc/examples/config/config.ini.php @@ -2,7 +2,7 @@ ; <?php exit('direct access denied') ?> [database] -databases = TEST,CMSPROD,CMSLEER +databases = TEST,CMSPROD,CMSLEER,FOEHR ;databases = TEST @@ -38,6 +38,22 @@ prefix = persistent = yes +[database_FOEHR] +comment = "CMS Wohnung auf F&ouml;hr" +type = mysql +user = cms +password = horst +host = :/var/run/mysqld/mysqld.sock +database = wohnung_auf_foehr_de +prefix = +persistent = yes + + + + +[auth] +type=form + [debug] @@ -123,20 +139,23 @@ languagedir = "./language" plugindir = "./plugins" tmpdir = "./tmp" + [log] level = "debug" -file = "./data/cms.log" - - -; --------------------------------------------------------------------- -; Session config -; --------------------------------------------------------------------- - -[session] - -cookies = no -transient = no +file = "./log/cms.log" + +; %user = username +; %host = host +; %time = time +; %level = facility +; %agent = browser string +; %action = the message + +; date_format is parameter for PHP-function date() +date_format = "M j H:i:s" +dns_lookup = true +format = "%time %host %user %level %action '%agent'" ; ---------------------------------------------------------------------