File "serverinfo.php"

Full Path: /var/www/bvnghean.vn/save_bvnghean.vn/wp-content/plugins/backupbuddy/_importbuddy/importbuddy/controllers/pages/serverinfo.php
File size: 469 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.

require_once( ABSPATH .'importbuddy/views/_header.php' );
?>
<script>jQuery( '#pageTitle' ).html( 'Server Information' );</script>

<div class="wrap">
	<?php
	global $detected_max_execution_time;
	require_once( 'server_tools.php' );
	?>
</div>

<?php
require_once( ABSPATH .'importbuddy/views/_footer.php' );