File manager - Edit - /home/proidvn/me.proid.vn/wp-content/plugins/duplicator-pro/template/admin_pages/settings/import/import.php
Back
<?php /** * @package Duplicator */ defined("ABSPATH") or die(""); /** * Variables * * @var Duplicator\Core\Controllers\ControllersManager $ctrlMng * @var Duplicator\Core\Views\TplMng $tplMng * @var array<string, mixed> $tplData */ use Duplicator\Controllers\ImportPageController; use Duplicator\Controllers\SettingsPageController; use Duplicator\Core\Controllers\ControllersManager; $global = DUP_PRO_Global_Entity::getInstance(); ?> <form id="dup-settings-form" action="<?php echo esc_url(ControllersManager::getCurrentLink()); ?>" method="post" data-parsley-validate> <?php $tplData['actions'][SettingsPageController::ACTION_IMPORT_SAVE_SETTINGS]->getActionNonceFileds(); ?> <h3 id="duplicator-pro-import-settings" class="title"><?php esc_html_e("Import Settings", 'duplicator-pro'); ?></h3> <hr size="1" /> <table class="form-table margin-top-1"> <tr> <th scope="row"> <label for="input_import_chunk_size" ><?php esc_html_e("Upload Chunk Size", 'duplicator-pro'); ?></label> </th> <td > <select name="import_chunk_size" id="input_import_chunk_size" class="postform"> <?php foreach (ImportPageController::getChunkSizes() as $size => $label) { ?> <option value="<?php echo esc_attr($size); ?>" <?php selected($global->import_chunk_size, $size); ?>> <?php echo esc_html($label); ?> </option> <?php } ?> </select> <p class="description"> <?php esc_html_e( "If you have issue uploading a package start with a lower size. The connection size is from slowest to fastest.", 'duplicator-pro' ); ?><br/> <small> <?php esc_html_e("Note: This setting only applies to the 'Import File' option.", 'duplicator-pro'); ?> </small> </p> </td> </tr> <tr> <th scope="row"> <label for="import_custom_path" ><?php esc_html_e("Import custom path", 'duplicator-pro'); ?></label> </th> <td > <input class="large" type="text" name="import_custom_path" id="input_import_custom_path" value="<?php echo esc_attr($global->import_custom_path); ?>" placeholder="" > <p class="description"> <?php esc_html_e( "Setting a custom path does not change the folder where packages are uploaded but adds a folder to check for packages list.", 'duplicator-pro' ); ?> <br> <?php esc_html_e( "This can be useful when you want to manually upload packages to another location which can also be a local storage of current or other site.", // phpcs:ignore Generic.Files.LineLength 'duplicator-pro' ); ?> </p> </td> </tr> </table> <h3 class="title"><?php esc_html_e('Recovery', 'duplicator-pro') ?> </h3> <hr size="1" /> <table class="form-table margin-top-1"> <tr> <th scope="row"> <label for="input_recovery_custom_path" ><?php esc_html_e("Recovery custom path", 'duplicator-pro'); ?></label> </th> <td> <input class="large" type="text" name="recovery_custom_path" id="input_recovery_custom_path" value="<?php echo esc_attr($global->getRecoveryCustomPath()); ?>" placeholder="" > <p class="description"> <?php esc_html_e( "Setting a custom path changes the location the recovery points are generated.", 'duplicator-pro' ); ?> </p> </td> </tr> </table> <p class="submit dpro-save-submit"> <input type="submit" name="submit" id="submit" class="button-primary" value="<?php esc_attr_e('Save Import Settings', 'duplicator-pro') ?>" style="display: inline-block;" > </p> </form>
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0.14 |
proxy
|
phpinfo
|
Settings