openrat-cms

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

commit a1518780b233dbdd0abbbcc5e13b57ae4b820fa0
parent 44cd8083d6e7120152c90e2a4949d8bc138abc70
Author: dankert <devnull@localhost>
Date:   Thu, 29 Oct 2009 09:29:43 +0100

Neuer Schalter 'readonly'.

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

diff --git a/config/database.ini.php b/config/database.ini.php @@ -59,6 +59,10 @@ prepare = false ; Default: false transaction = false +; Readonly tables. Set to 'true' during maintainance activitys. +; If 'true', OpenRat will disable all writing operations. +readonly = false + [sample_db_postgresql]