Aleksander Machniak
2015-08-08 4c8c5c92fb6a1eb08369facf5fe0981628f6e9d9
Merge branch 'master' of github.com:roundcube/roundcubemail
1 files modified
3 ■■■■ changed files
program/lib/Roundcube/bootstrap.php 3 ●●●● patch | view | raw | blame | history
program/lib/Roundcube/bootstrap.php
@@ -25,7 +25,8 @@
 */
$config = array(
    'error_reporting'         => E_ALL & ~E_NOTICE & ~E_STRICT,
//    'error_reporting'         => E_ALL & ~E_NOTICE & ~E_STRICT,
    'error_reporting'         => E_STRICT,
    // Some users are not using Installer, so we'll check some
    // critical PHP settings here. Only these, which doesn't provide
    // an error/warning in the logs later. See (#1486307).