From 10682a7e334c5f5e0d805c974007fc5518023986 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 26 Feb 2011 23:11:48 +0000 Subject: Fixes #2799 added check for session.auto_start git-svn-id: http://code.elgg.org/elgg/trunk@8499 36083f99-b078-4883-b0ff-0f9b5a30f544 --- install/ElggInstaller.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'install/ElggInstaller.php') diff --git a/install/ElggInstaller.php b/install/ElggInstaller.php index aa5903a08..562cdff87 100644 --- a/install/ElggInstaller.php +++ b/install/ElggInstaller.php @@ -1024,6 +1024,13 @@ class ElggInstaller { 'message' => elgg_echo("install:check:php:register_globals") ); } + + if (ini_get('session.auto_start')) { + $phpReport[] = array( + 'severity' => 'failure', + 'message' => elgg_echo("install:check:php:session.auto_start") + ); + } } /** -- cgit v1.2.3