| @@ -7,13 +7,8 @@ | ||
| 7 | 7 | * @package MainWP/Backups |
| 8 | 8 | */ |
| 9 | 9 | |
| 10 | 10 | // include cron/bootstrap.php. |
| 11 | -require_once 'bootstrap.php'; // NOSONAR - WP compatible. | |
| 12 | - | |
| 13 | -// Exit if accessed directly. | |
| 14 | -if ( ! defined( 'ABSPATH' ) ) { | |
| 15 | - exit; | |
| 16 | -} | |
| 11 | +require_once 'bootstrap.php'; | |
| 17 | 12 | |
| 18 | 13 | // fire off mainWP->mainwp_cronbackups_action. |
| 19 | 14 | $mainWP->mainwp_cronbackups_action(); |