HEX
Server: Apache
System: Linux c036.dattaweb.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: c0400220 (20588)
PHP: 7.4.33
Disabled: system, shell, exec, system_exec, shell_exec, mysql_pconnect, passthru, popen, proc_open, proc_close, proc_nice, proc_terminate, proc_get_status, escapeshellarg, escapeshellcmd, eval, dl, imap_mail, libvirt_connect, gnupg_init, unsetenv, apache_setenv, pcntl_exec, pcntl_alarm, pcntl_fork, pcntl_waitpid, pcntl_wait, pcntl_wifexited, pcntl_wifstopped, pcntl_wifsignaled, pcntl_wifcontinued, pcntl_wexitstatus, pcntl_wtermsig, pcntl_wstopsig, pcntl_signal, pcntl_signal_get_handler, pcntl_signal_dispatch, pcntl_get_last_error, pcntl_strerror, pcntl_sigprocmask, pcntl_sigwaitinfo, pcntl_sigtimedwait, pcntl_getpriority, pcntl_setpriority, pcntl_async_signals, opcache_get_status, opcache_reset, opcache_get_configuration
Upload Files
File: /home/c0400220/public_html/continental/wp-content/plugins/theme-editor/theme_editor.php
<?php
/*
Plugin Name: Theme Editor
Plugin URI: https://themeeditor.pro
Description: create, edit, upload, download, delete Theme Files and folders
Author: mndpsingh287
Version: 3.1
Author URI: https://profiles.wordpress.org/mndpsingh287
Text Domain: theme-editor
*/
define( 'MK_THEME_EDITOR_PATH', WP_PLUGIN_DIR . '/' . basename( dirname( __FILE__ ) ) . '/' );
define( 'MK_THEME_EDITOR_URL', plugin_dir_url( MK_THEME_EDITOR_PATH ) . basename( dirname( __FILE__ ) ) . '/' );
define( 'MK_THEME_EDITOR_FILE', __FILE__);
if (!defined("MK_THEME_EDITOR_DIRNAME")) define("MK_THEME_EDITOR_DIRNAME", plugin_basename(dirname(__FILE__)));
if(!defined('WP_34')) {
$wp_34 = false;
	if ( version_compare( get_bloginfo( 'version' ), '3.4', '>=' ) ) {
		$wp_34 = true;
	}
define( 'WP_34', $wp_34 );
}
if(!defined('WP_43')) {
	$wp_43 = false;
	if ( version_compare( get_bloginfo( 'version' ), '4.3', '>=' ) ) {
			$wp_43 = true;
	}
	define( 'WP_43', $wp_43 );
}
if(!defined('WPWINDOWS')) {
	$windows = false;
	if ( strtoupper( substr( PHP_OS, 0, 3 ) ) === 'WIN' ) {
	$windows = true;
	}
  define( 'WPWINDOWS', $windows );
}
add_action('init', 'theme_editor_load_text_domain');
function theme_editor_load_text_domain(){
			load_plugin_textdomain('theme-editor', false, MK_THEME_EDITOR_DIRNAME . "/languages");
		}
include('app/app.php');
include('ms_child_theme_editor.php');

use te\pa\theme_editor_app as run_theme_editor_app;
new run_theme_editor_app;