403Webshell
Server IP : 162.215.171.210  /  Your IP : 216.73.216.249
Web Server : Apache
System : Linux 162-215-171-210.bluehost.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : swansondentalgro ( 1070)
PHP Version : 8.2.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/swansondentalgro/.trash/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/swansondentalgro/.trash/object-cache.php
<?php

/**
 * Plugin Name: Memcached
 * Description: Memcached backend for the WP Object Cache.
 * Version: 4.0.0
 * Author: Automattic
 * Plugin URI: https://wordpress.org/plugins/memcached/
 * License: GPLv2 or later
 *
 * This file is require'd from wp-content/object-cache.php
 */

if ( extension_loaded( 'memcached' ) ) {
    define( 'AUTOMATTIC_MEMCACHED_USE_MEMCACHED_EXTENSION', true );
    require_once __DIR__ . '/mu-plugins/wp-cache-memcached/object-cache.php';
} elseif ( extension_loaded( 'memcache' ) ) {
    define( 'AUTOMATTIC_MEMCACHED_USE_MEMCACHED_EXTENSION', false );
    require_once __DIR__ . '/mu-plugins/wp-cache-memcached/object-cache.php';
}

Youez - 2016 - github.com/yon3zu
LinuXploit