openrat-cms

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

commit 1a38d80c4e56d5b757a39cc0e9e2babcbf7f5dfb
parent 4515f9a4f1101e6804f9c6c3d869940f755e86d3
Author: dankert <devnull@localhost>
Date:   Sat, 17 Nov 2007 17:23:05 +0100

Neue Einstellungen: "description" und "group"

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

diff --git a/config/applications.ini.php b/config/applications.ini.php @@ -17,3 +17,11 @@ ; Name of the HTTP-Parameter for the Ticket-Id. ; OpenRat puts the session-id into this parameter. ;param="ticketidforopenrat" + +; Groups +; Only User, who are in this group, may see the application +; (optional) +;group= + +; A brief description of this application. +description="Your database administration"+ \ No newline at end of file