Файловый менеджер - Редактировать - /home/onlin326/cristianalberio.org/wp-content/plugins/boldgrid-backup/admin/partials/settings/backup-directory.php
Назад
<?php /** * File: backup-directory.php * * Show "Backup Directory" on settings page. * * @link https://www.boldgrid.com * @since 1.3.1 * * @package Boldgrid_Backup * @subpackage Boldgrid_Backup/admin/partials/settings * @copyright BoldGrid * @version $Id$ * @author BoldGrid <support@boldgrid.com> */ defined( 'WPINC' ) || die; ob_start(); ?> <div class="bg-box"> <div class="bg-box-top"> <?php esc_html_e( 'Backup Directory', 'boldgrid-backup' ); ?> <span class='dashicons dashicons-editor-help' data-id='backup-dir'></span> </div> <div class="bg-box-bottom"> <p class="help" data-id="backup-dir"> <?php /* * Print this text: * * For security purposes, please do not set this to a publicly available directory. Once you set * this, it is not recommended that you change it again. You can find more help with setting * your backup directory <a>here</a>. */ printf( // translators: 1: URL address link. esc_html__( 'For security purposes, please do not set this to a publicly available directory. Once you set this, it is not recommended that you change it again. You can find more help with setting your backup directory %1$s.', 'boldgrid-backup' ), sprintf( '<a target="_blank" href="' . esc_url( $this->core->configs['urls']['setting_directory'] ) . '">%1$s</a>', esc_html__( 'here', 'boldgrid-backup' ) ) ); ?> </p> <table class='backup-directory form-table'> <tr> <th><label for="backup_directory"> <?php esc_html_e( 'Directory to store backup archives', 'boldgrid-backup' ); ?>: </label></th> <td> <input id='backup-directory-path' type='text' size='40' name='backup_directory' value='<?php echo esc_attr( $settings['backup_directory'] ); ?>'> </td> </tr> <tr id="move-backups" class="hidden"> <th><?php esc_html_e( 'If you change this directory, current backups will not show in the list. Would you like us to move the backups to the new directory?', 'boldgrid-backup' ); ?></th> <td><input type='checkbox' name='move-backups' checked /></td> </tr> </table> </div> </div> <?php $output = ob_get_contents(); ob_end_clean(); return $output;
| ver. 1.4 |
Github
|
.
| PHP 8.1.32 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка