From e4d20b2516aa2896a87af28cbf0344590937e55c Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sat, 20 Oct 2018 10:00:01 +0200 Subject: [PATCH] adapt to 7.2 ,init --- include/constant.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/constant.php b/include/constant.php index 7ab2deca5..a9a55b6ca 100644 --- a/include/constant.php +++ b/include/constant.php @@ -63,10 +63,7 @@ if ( strpos($inc_path,";") != 0 ) { } set_include_path($new_path); ini_set ('default_charset',"UTF-8"); -ini_set ('session.use_cookies',1); ini_set ('magic_quotes_gpc','off'); -ini_set ('session.use_only_cookies','on'); -ini_set ('session.use_cookies',1); if ( ! defined('OVERRIDE_PARAM')) { ini_set ('max_execution_time',240);