'nl_NL', 'English' => 'en' ); $settings['mod_snatched'] = true; $settings['mod_generalstats'] = true; $settings['abnormal_upload_speed'] = 2097152; //autopost when < uploaders are uploading over 2MB/s $settings['autopost_forum'] = 35; // Remember to change this if the forum is recreated for some reason. /* Set userid for admin (used for warning messages) */ $settings['admin_uid'] = 1; /* New cache */ require_once('Cache_Lite.php'); $cache_lite = new Cache_Lite( array( 'cacheDir' => $CACHE.'/', 'automaticSerialization' => false, 'lifeTime' => 30 ) ); //No need to touch this. $settings['version'] = '0.25'; $num_q = 0; $debug_output = ''; ?>