← All changes
|
vendor/freemius/includes/fs-essential-functions.php
+3
-0
5.5.40
→
5.5.85
View file →
| @@ -9,8 +9,11 @@ | ||
| 9 | 9 | * @copyright Copyright (c) 2015, Freemius, Inc. |
| 10 | 10 | * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3 |
| 11 | 11 | * @since 1.1.5 |
| 12 | 12 | */ |
| 13 | + if ( ! defined( 'ABSPATH' ) ) { | |
| 14 | + exit; | |
| 15 | + } | |
| 13 | 16 | |
| 14 | 17 | if ( ! function_exists( 'fs_normalize_path' ) ) { |
| 15 | 18 | if ( function_exists( 'wp_normalize_path' ) ) { |
| 16 | 19 | /** |