| Server IP : 13.126.101.145 / Your IP : 216.73.216.159 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ip-11-115-0-196 6.8.0-1039-aws #41~22.04.1-Ubuntu SMP Thu Sep 11 10:54:48 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 8.3.17 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/rentals_updated/wp-content/plugins/wp-migrate-db/template/ |
Upload File : |
<?php defined( 'ABSPATH' ) || exit; ?>
<div class="wrap wpmdb">
<div id="wpmdb-main">
<?php
do_action('wpmdb_notices');
$hide_warning = apply_filters('wpmdb_hide_set_time_limit_warning', false);
if (false == $this->util->set_time_limit_available() && !$hide_warning) {
?>
<div class="updated warning inline-message">
<?php
_e("<strong>PHP Function Disabled</strong> — The <code>set_time_limit()</code> function is currently disabled on your server. We use this function to ensure that the migration doesn't time out. We haven't disabled the plugin however, so you're free to cross your fingers and hope for the best. You may want to contact your web host to enable this function.", 'wp-migrate-db');
if (function_exists('ini_get')) {
printf(__('Your current PHP run time limit is set to %s seconds.', 'wp-migrate-db'), ini_get('max_execution_time'));
} ?>
</div>
<?php
}
?>
<!-- React mounts here -->
<div id="root"></div>
</div>
<!-- end #wpmdb-main -->
</div> <!-- end .wrap -->