HEX
Server: Apache
System: Linux pdx1-shared-a1-11 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mollywopper (10344313)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/mollywopper/old.mollywoppersnyb.com/wp-admin/index-extra.php

<?php /** * Handle default dashboard widgets options AJAX. * * @package WordPress * @subpackage Administration */ /** Load WordPress Bootstrap */ require_once( './admin.php' ); /** Load WordPress Administration Dashboard API */ require( './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; } ?>