openrat-cms

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

commit 2995fd0de5021600f75fc66051a84068172504b2
parent d11ab68804f6650f22be640e2b941918058703fa
Author: dankert <devnull@localhost>
Date:   Sun, 21 Jan 2007 16:06:43 +0100

Text?nderung Lizenz: GPL v2 only.

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

diff --git a/do.php b/do.php @@ -7,8 +7,7 @@ // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License -// as published by the Free Software Foundation; either version 2 -// of the License, or (at your option) any later version. +// as published by the Free Software Foundation; version 2. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -120,9 +119,10 @@ if ( !empty($conf['interface']['timeout']) ) define('FILE_SEP',$conf['interface']['file_separator']); -define('REQ_PARAM_ACTION' ,'action' ); -define('REQ_PARAM_SUBACTION' ,'subaction' ); -define('REQ_PARAM_ID' ,'id' ); +define('REQ_PARAM_ACTION' ,'action' ); +define('REQ_PARAM_SUBACTION' ,'subaction' ); +define('REQ_PARAM_TARGETSUBACTION','targetSubAction'); +define('REQ_PARAM_ID' ,'id' ); define('TEMPLATE_DIR',OR_THEMES_DIR.$conf['interface']['theme'].'/templates'); define('CSS_DIR' ,OR_THEMES_DIR.$conf['interface']['theme'].'/css' );