PluginProbe
wpForo Forum / 3.2.0
wpForo Forum v3.2.0
3.2.1 3.2.0 3.1.7 3.1.6 3.1.5 3.1.4 3.1.2 3.1.1 3.1.0 3.0.9 3.0.8 3.0.7 trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.1.1 1.1.2 1.2.0 1.3.0 1.3.1 1.4.0 1.4.1 1.4.10 All 141 releases
← All changes | autoload.php +3 -0 3.1.4 → 3.2.0 View file →
@@ -15,8 +15,11 @@
15 15 if( is_file( $filepath ) && is_readable( $filepath ) ) require_once $filepath;
16 16 }
17 17 } );
18 18
19 +require_once __DIR__ . '/modules/license/bootstrap.php';
20 +require_once __DIR__ . '/modules/news/bootstrap.php';
21 +
19 22 /**
20 23 * Main instance of wpForo.
21 24 *
22 25 * Returns the main instance of WPF to prevent the need to use globals.