Файловый менеджер - Редактировать - /home/onlin326/cristianalberio.org/wp-content/plugins/boldgrid-backup/admin/class-boldgrid-backup-admin-restore-git.php
Назад
<?php /** * File: class-boldgrid-backup-admin-restore-git.php * * @link https://www.boldgrid.com * @since 1.5.1 * * @package Boldgrid_Backup * @subpackage Boldgrid_Backup/admin * @copyright BoldGrid * @version $Id$ * @author BoldGrid <support@boldgrid.com> */ /** * Class: Boldgrid_Backup_Admin_Restore_Git * * @since 1.5.1 */ class Boldgrid_Backup_Admin_Restore_Git { /** * Chmod .git/objects so that we can restore without file permission issues. * * @since 1.5.1 * * @global $wp_filesystem * * @param string $dir Directory path. * @return string */ public function chmod_objects( $dir ) { global $wp_filesystem; $message = sprintf( // translators: 1: Directory path. __( 'A file permissions error was encountered when attempting to restore files in "%1$s".', 'boldgrid-backup' ), ABSPATH . $dir ); $chmodded = $wp_filesystem->chmod( ABSPATH . $dir, FS_CHMOD_FILE, true ); if ( $chmodded ) { return $message . ' ' . __( 'We updated file permissions, and suggest that you attempt the restoration again.', 'boldgrid-backup' ); } else { return $message . ' ' . __( 'We attempted to updated file permissions, but that does not appear to have worked. Before attempting to restore again, please manually review these file permissions.', 'boldgrid-backup' ); } } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.32 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка