openrat-cms

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

commit a4e54d2872e8871a675c58f725fce21bca04cb3a
parent 1b1f218455a2a96f7648dcf43c715803f0a74e5c
Author: dankert <devnull@localhost>
Date:   Mon, 13 Dec 2010 21:44:24 +0100

Version auf 1.0

Diffstat:
do.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/do.php b/do.php @@ -32,7 +32,7 @@ define('IMG_EXT' ,'.gif' ); define('IMG_ICON_EXT' ,'.png' ); define('MAX_FOLDER_DEPTH',5 ); -define('OR_VERSION' ,'0.9-4' ); +define('OR_VERSION' ,'1.0' ); define('OR_TITLE' ,'OpenRat CMS'); define('OR_TYPE_PAGE' ,'page' );