openrat-cms

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

commit 2b6e56c5e70b8ced063ff87d64ca51579b30cfbe
parent 2fb49afbf7f9b22d0159c1702ba5d72aa1ce5928
Author: Jan Dankert <develop@jandankert.de>
Date:   Tue, 30 Nov 2021 00:26:25 +0100

Shit, that was a pity.

Diffstat:
Mmodules/cms/Dispatcher.class.php | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/modules/cms/Dispatcher.class.php b/modules/cms/Dispatcher.class.php @@ -58,7 +58,6 @@ class Dispatcher */ public function doAction() { - sleep(1); // Start the session. All classes should have been loaded up to now. session_name('or_sid'); session_start();