From f5dcbaf6d77737f9c419a7d651b5930ffb21cd36 Mon Sep 17 00:00:00 2001 From: Max Pozdeev Date: Thu, 29 Jul 2021 16:55:04 +0300 Subject: [PATCH] fix for prev commit --- src/includes/class.config.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/includes/class.config.php b/src/includes/class.config.php index eca86e0..8f1fd9d 100644 --- a/src/includes/class.config.php +++ b/src/includes/class.config.php @@ -58,9 +58,6 @@ class Config # First day of week: 0-Sunday, 1-Monday, 2-Tuesday, .. 6-Saturday 'firstdayofweek' => array('default'=>1, 'type'=>'i'), - # select session handling mechanism: files or default (php default) - 'session' => array('default'=>'files', 'type'=>'s', 'options'=>array('files','default')), - # Date/time formats 'clock' => array('default'=>24, 'type'=>'i', 'options'=>array(12,24)), 'dateformat' => array('default'=>'j M Y', 'type'=>'s'),