From 27d41812c3738f376b4cb35dcea516b6b8921854 Mon Sep 17 00:00:00 2001 From: skodak Date: Sun, 18 Jan 2009 17:37:56 +0000 Subject: [PATCH] MDL-17942 $CFG->respectsessionsettings obsoleted by db sessions - can not be used anymore --- config-dist.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config-dist.php b/config-dist.php index cfe4c75d2d..ba9b9365f5 100644 --- a/config-dist.php +++ b/config-dist.php @@ -202,11 +202,6 @@ $CFG->admin = 'admin'; // Please note that site may be accessible via https: or https:, but not both! // $CFG->sslproxy = true; // -// The following setting will tell Moodle to respect your PHP session -// settings. Use this if you want to control session configuration -// from php.ini, httpd.conf or .htaccess files. -// $CFG->respectsessionsettings = true; -// // This setting will cause the userdate() function not to fix %d in // date strings, and just let them show with a zero prefix. // $CFG->nofixday = true; -- 2.39.5