openrat-cms

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

commit 09a9ae24b1d22ced7fca85f6efda31eaf04f259f
parent 1518859dfcd601ba11b470f0f70641ddc3c632b9
Author: dankert <devnull@localhost>
Date:   Tue, 30 Oct 2007 00:22:51 +0100

Konstanten f?r Request-Variablen.

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

diff --git a/do.php b/do.php @@ -55,6 +55,11 @@ define('REQ_PARAM_ACTION' ,'action' ); define('REQ_PARAM_SUBACTION' ,'subaction' ); define('REQ_PARAM_TARGETSUBACTION','targetSubAction'); define('REQ_PARAM_ID' ,'id' ); +define('REQ_PARAM_LANGUAGE_ID' ,'languageid' ); +define('REQ_PARAM_MODEL_ID' ,'modelid' ); +define('REQ_PARAM_PROJECT_ID' ,'projectid' ); +define('REQ_PARAM_ELEMENT_ID' ,'elementid' ); +define('REQ_PARAM_DATABASE_ID' ,'dbid' ); require_once( "functions/request.inc.php" );