PluginProbe
MainWP Dashboard: Self-hosted WordPress Management for Agencies / 4.2
MainWP Dashboard: Self-hosted WordPress Management for Agencies v4.2
6.2 6.1.8 6.1.7 6.1.6 6.1.5 6.1.4 6.1.3 6.1.2 6.1.1 6.1 6.0.12 6.0.11 4.6.0.1 5.0 5.0.1 5.0.2 5.0.3 5.0.3.1 5.0.3.2 5.1 5.1.1 5.2 5.2.1 5.2.2 5.3 All 153 releases
← All changes | cron/backups.php +1 -1 5.24.2 View file →
@@ -7,8 +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.
11 +require_once 'bootstrap.php';
12 12
13 13 // fire off mainWP->mainwp_cronbackups_action.
14 14 $mainWP->mainwp_cronbackups_action();