| @@ -5,12 +5,8 @@ | ||
| 5 | 5 | * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3 |
| 6 | 6 | * @since 1.1.9 |
| 7 | 7 | */ |
| 8 | 8 | |
| 9 | - if ( ! defined( 'ABSPATH' ) ) { | |
| 10 | - exit; | |
| 11 | - } | |
| 12 | - | |
| 13 | 9 | // Configuration should be loaded first. |
| 14 | 10 | require_once dirname( __FILE__ ) . '/config.php'; |
| 15 | 11 | require_once WP_FS__DIR_INCLUDES . '/fs-core-functions.php'; |
| 16 | 12 | |
| @@ -49,5 +45,5 @@ | ||
| 49 | 45 | require_once WP_FS__DIR_INCLUDES . '/class-fs-storage.php'; |
| 50 | 46 | require_once WP_FS__DIR_INCLUDES . '/class-fs-admin-notices.php'; |
| 51 | 47 | require_once WP_FS__DIR_INCLUDES . '/class-freemius-abstract.php'; |
| 52 | 48 | require_once WP_FS__DIR_INCLUDES . '/sdk/Exceptions/Exception.php'; |
| 53 | - require_once WP_FS__DIR_INCLUDES . '/class-freemius.php'; | |
| 49 | + require_once WP_FS__DIR_INCLUDES . '/class-freemius.php'; | |