Sindbad~EG File Manager
<?php
backupbuddy_core::verifyAjaxAccess();
pb_backupbuddy::load();
// Schedule to run.
$cronArgs = array( $schedule_results = false, $force_run = true );
$schedule_result = backupbuddy_core::schedule_single_event( time(), 'php_memory_test', $cronArgs );
if ( true === $schedule_result ) {
pb_backupbuddy::status( 'details', 'PHP memory test cron event scheduled.' );
} else {
pb_backupbuddy::status( 'error', 'PHP memory test cron event FAILED to be scheduled.' );
}
if ( '1' != pb_backupbuddy::$options['skip_spawn_cron_call'] ) {
pb_backupbuddy::status( 'details', 'Spawning cron now.' );
update_option( '_transient_doing_cron', 0 ); // Prevent cron-blocking for next item.
spawn_cron( time() + 150 ); // Adds > 60 seconds to get around once per minute cron running limit.
}
die( __( 'This may take a few minutes...', 'it-l10n-backupbuddy' ) );
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists