HEX
Server: OMCnet Webserver
System: Linux www1 5.4.262-gentoo #1 SMP Wed Nov 29 13:04:24 CET 2023 x86_64
User: sigstud (30943)
PHP: 8.3.11
Disabled: openlog,apache_get_modules,apache_get_version,apache_getenv,apache_note,apache_setenv,virtual
Upload Files
File: /home/sigstud/public_html/www.sigmastudio.de/wp-admin/custom-background.php
<?php
/**
 * Custom background script.
 *
 * This file is deprecated, use 'wp-admin/includes/class-custom-background.php' instead.
 *
 * @deprecated 5.3.0
 * @package WordPress
 * @subpackage Administration
 */

// Don't load directly.
if ( ! defined( 'ABSPATH' ) ) {
	die( '-1' );
}

_deprecated_file( basename( __FILE__ ), '5.3.0', 'wp-admin/includes/class-custom-background.php' );

/** Custom_Background class */
require_once ABSPATH . 'wp-admin/includes/class-custom-background.php';