Posted February 25, 201510 yr 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?
February 25, 201510 yr Author 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);?>
February 26, 201510 yr _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.
Archived
This topic is now archived and is closed to further replies.