Will Munny Posted February 25, 2015 Posted February 25, 2015 I've always had a 'use_xcache' line in my conf_global.php file to instruct use of xcache. Now this has settings via ACP, can this line be removed from conf_global.php?
bfarber Posted February 25, 2015 Posted February 25, 2015 Yes, the conf_global.php setting will have no effect.
Will Munny Posted February 25, 2015 Author Posted February 25, 2015 OK thanks. While we're at it, is there anything else here surplus to requirements?. . . <?php$INFO['sql_driver'] = 'mysql';$INFO['sql_host'] = 'localhost';$INFO['sql_database'] = 'Random';$INFO['sql_user'] = 'Pol_Pot';$INFO['sql_pass'] = 'Obviously-this-was-removed-before-posting-but-thanks-for-looking-anyway';$INFO['sql_tbl_prefix'] = 'ibf_';$INFO['sql_debug'] = '1';$INFO['board_start'] = '1100191212';$INFO['installed'] = '1';$INFO['php_ext'] = 'php';$INFO['safe_mode'] = '0';$INFO['board_url'] = 'https://example.com;$INFO['banned_group'] = '5';$INFO['admin_group'] = '4';$INFO['guest_group'] = '2';$INFO['member_group'] = '3';$INFO['auth_group'] = '1';$INFO['use_friendly_urls'] = '1';$INFO['sql_charset'] = 'utf8';$INFO['_jsDebug'] = '0';$INFO['mysql_tbl_type'] = 'MyISAM';define('IN_DEV', 0);?>
bfarber Posted February 26, 2015 Posted February 26, 2015 _jsDebug has no effect any more. After upgrade, neither does banned_group.The IN_DEV definition should be moved to constants.php from conf_global.php. use_friendly_urls should be removed.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.