| @@ -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. |