diff --git a/install/index.php b/install/index.php index 7acb9b4d2a..4dd940337a 100644 --- a/install/index.php +++ b/install/index.php @@ -1592,6 +1592,11 @@ function create_tables() fwrite($file, $configdata); fclose($file); + if(function_exists('opcache_invalidate')) + { + opcache_invalidate(MYBB_ROOT."inc/config.php"); + } + // Error reporting back on $db->error_reporting = 1;