Thomas Bruederli
2013-06-29 dee0aff85a7f2e5b16cf77835ac56a5ef2e4f1b7
Avoid fatal errors if session support is missing; This shall be displayed in the first step
1 files modified
1 ■■■■ changed files
installer/index.php 1 ●●●● patch | view | raw | blame | history
installer/index.php
@@ -54,6 +54,7 @@
// deprecated aliases (to be removed)
require_once 'bc.php';
if (function_exists('session_start'))
session_start();
$RCI = rcube_install::get_instance();