Sindbad~EG File Manager

Current Path : /home/sarayaglobal/.trash/plugins/backupbuddy/controllers/ajax/
Upload File :
Current File : /home/sarayaglobal/.trash/plugins/backupbuddy/controllers/ajax/run_php_runtime_test.php

<?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_runtime_test', $cronArgs );
if ( true === $schedule_result ) {
	pb_backupbuddy::status( 'details', 'PHP runtime test cron event scheduled.' );
} else {
	pb_backupbuddy::status( 'error', 'PHP runtime 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