"' . $vbulletin->options['bburl'] . '/vboptimise/images/progress.gif" alt="" />'); echo ''; print_table_footer(); print_cp_footer(); } else { require_once(DIR . '/includes/class_xml.php'); switch ($_REQUEST['act']) { case 'connection': { $result = vb_optimise::$cache->connect(); } break; case 'store': { vb_optimise::$cache->set('vbo_systest_temp', 'vB Optimise System Test'); if (vb_optimise::$cache->get('vbo_systest_temp') != 'vB Optimise System Test') { $result = false; $message = $vbphrase['vboptimise_cachefail']; } else { $result = true; } } break; case 'fetch': { // A repeat of the above, but without being set prior. This tests the opcachers ability to maintain cache between sessions. This is a common issue on fastcgi setups if (vb_optimise::$cache->get('vbo_systest_temp') != 'vB Optimise System Test')
n sum otha stuff is wut i get
|