| @@ -4,8 +4,12 @@ | ||
| 4 | 4 | * |
| 5 | 5 | * @package automattic/jetpack |
| 6 | 6 | */ |
| 7 | 7 | |
| 8 | +if ( ! defined( 'ABSPATH' ) ) { | |
| 9 | + exit( 0 ); | |
| 10 | +} | |
| 11 | + | |
| 8 | 12 | /* Jetpack Connection Testing Framework */ |
| 9 | 13 | require_once __DIR__ . '/debugger/class-jetpack-cxn-test-base.php'; |
| 10 | 14 | /* Jetpack Connection Tests */ |
| 11 | 15 | require_once __DIR__ . '/debugger/class-jetpack-cxn-tests.php'; |