From: Janusz Dobrowolski Date: Mon, 29 Aug 2022 20:19:04 +0000 (+0200) Subject: Added comment to SECURE_ONLY constant. X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=b14f304532b7d124e79ee2a03d60a0850c8a417d Added comment to SECURE_ONLY constant. --- diff --git a/includes/session.inc b/includes/session.inc index 9e559f2d..5f9240eb 100644 --- a/includes/session.inc +++ b/includes/session.inc @@ -11,7 +11,7 @@ ***********************************************************************/ define('VARLIB_PATH', $path_to_root.'/tmp'); define('VARLOG_PATH', $path_to_root.'/tmp'); -define('SECURE_ONLY', true); +define('SECURE_ONLY', true); // if you really need also http (unsecure) access allowed, you can set this to NULL class SessionManager {