openrat-cms

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

commit 7dd71e99ed20e448e1e3eb9ce7171026abc6f82e
parent a21e884ff4370a18f4e0e026ac017f58b80be1e9
Author: dankert <devnull@localhost>
Date:   Wed,  5 Jul 2006 21:16:09 +0200

Neue Konstanten

Diffstat:
do.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/do.php b/do.php @@ -44,6 +44,7 @@ define('OR_TEXTCLASSES_DIR' ,'./textClasses/' ); define('OR_PREFERENCES_DIR' ,'./config/openrat-cms/'); define('OR_THEMES_DIR' ,'./themes/' ); define('OR_TMP_DIR' ,'./tmp/' ); +define('OR_CONTROLLER_FILE' ,'do' ); define('START_TIME' ,time() ); require_once( OR_SERVICECLASSES_DIR."include.inc.".PHP_EXT );