openrat-cms

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

commit 1b1ae2a0479d9f3aa84e51b5f629fb51e98a0b18
parent f23ced80b571847586319712a41b14c1e38a12c5
Author: dankert <devnull@localhost>
Date:   Wed,  6 Jun 2007 22:56:30 +0200

Neue Einstellung interface/url/index

Diffstat:
config/interface.ini.php | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/config/interface.ini.php b/config/interface.ini.php @@ -73,6 +73,12 @@ top=_top ; If unsure, set to "false" fake_url = false +; If the entry filename is the index file of the directory, set this to true. +; This enables urls like "path/to/openrat/?a=1&b=2" and hides PHP. +; only useful, if fake_url=false +; if unsure, set to 'false' (default) +index = false + ; abc,xyz.1 ;url_format= "%s,%s.%i"