mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Removed session_start() call in installer, as it contradicts the requireFunction check for session_start as part of the installer
This commit is contained in:
parent
0c30bfc2dd
commit
3d62832fbb
@ -19,7 +19,6 @@ ini_set('mysql.connect_timeout', 5);
|
|||||||
|
|
||||||
ini_set('max_execution_time', 0);
|
ini_set('max_execution_time', 0);
|
||||||
error_reporting(E_ALL ^ E_NOTICE);
|
error_reporting(E_ALL ^ E_NOTICE);
|
||||||
session_start();
|
|
||||||
|
|
||||||
// Include environment files
|
// Include environment files
|
||||||
$usingEnv = false;
|
$usingEnv = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user