openrat-cms

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

commit 141928c9374957b798c9bee3c6b5d2e12eeba68c
parent 5305ee98e0a19b459da6eb423ac7ed9cab80f30a
Author: dankert <devnull@localhost>
Date:   Thu, 24 Dec 2009 00:34:42 +0100

Erhöhen auf Version 0.9.4

Diffstat:
do.php | 10++++------
1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/do.php b/do.php @@ -1,9 +1,6 @@ <?php -// --------------------------------------------------------------------------- -// $Id$ -// --------------------------------------------------------------------------- // OpenRat Content Management System -// Copyright (C) 2002-2004 Jan Dankert, cms@jandankert.de +// Copyright (C) 2002-2009 Jan Dankert, cms@jandankert.de // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -17,7 +14,8 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -// --------------------------------------------------------------------------- + + // "Single Entry Point" // Diese Datei dient als "Dispatcher" und startet den zum Request passenden Controller ("*Action").. @@ -34,7 +32,7 @@ define('IMG_EXT' ,'.gif' ); define('IMG_ICON_EXT' ,'.png' ); define('MAX_FOLDER_DEPTH',5 ); -define('OR_VERSION' ,'0.9-3' ); +define('OR_VERSION' ,'0.9-4' ); define('OR_TITLE' ,'OpenRat CMS'); define('OR_TYPE_PAGE' ,'page' );