openrat-cms

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

commit 3498f2f27b3df87d76d3d8a29301a28f2900ae2c
parent b246a5f9ce5727954ae1974cdc35419db8e1a5d3
Author: Jan Dankert <devnull@localhost>
Date:   Sun,  9 Dec 2018 23:36:14 +0100

Die Request-Id benötigen wir nicht mehr, kann hier erstmal konstant gesetzt werden, damit nicht ständig VCS-Diffs anfallen.

Diffstat:
modules/cms-core/init.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/cms-core/init.php b/modules/cms-core/init.php @@ -43,7 +43,7 @@ define('OR_AUTHCLASSES_DIR' ,OR_MODULES_DIR.'cms-core/auth/' ); define('OR_TMP_DIR' ,CMS_ROOT_DIR.'tmp/' ); define('START_TIME' ,time() ); -define('REQUEST_ID' ,'req'.time().rand() ); +define('REQUEST_ID' ,'req0' ); // Nicht mehr notwendig, kann entfallen. // Must be relative to HTML-Path! define('OR_HTML_MODULES_DIR' ,'./modules/' );