File "mysql_test.php"

Full Path: /var/www/bvnghean.vn/save_bvnghean.vn/wp-content/plugins/backupbuddy/_importbuddy/importbuddy/controllers/ajax/mysql_test.php
File size: 315 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
if ( ! defined( 'PB_IMPORTBUDDY' ) || ( true !== PB_IMPORTBUDDY ) ) {
	die( '<html></html>' );
}
Auth::require_authentication(); // Die if not logged in.

// Include the DB Tests class and init it.
require_once( ABSPATH . 'importbuddy/classes/test-db.php' );
$importbuddy_test_db = new importbuddy_test_db();