Warning: Constant DB_NAME already defined, this will be an error in PHP 9 in /www/wwwroot/claudiayancor.duckdns.org/wp-config.php on line 25

Warning: Constant DB_USER already defined, this will be an error in PHP 9 in /www/wwwroot/claudiayancor.duckdns.org/wp-config.php on line 28

Warning: Constant DB_PASSWORD already defined, this will be an error in PHP 9 in /www/wwwroot/claudiayancor.duckdns.org/wp-config.php on line 31

Warning: Constant DB_HOST already defined, this will be an error in PHP 9 in /www/wwwroot/claudiayancor.duckdns.org/wp-config.php on line 34

Warning: Constant DB_CHARSET already defined, this will be an error in PHP 9 in /www/wwwroot/claudiayancor.duckdns.org/wp-config.php on line 37

Warning: Constant DB_COLLATE already defined, this will be an error in PHP 9 in /www/wwwroot/claudiayancor.duckdns.org/wp-config.php on line 40

Warning: Constant AUTH_KEY already defined, this will be an error in PHP 9 in /www/wwwroot/claudiayancor.duckdns.org/wp-config.php on line 51

Warning: Constant SECURE_AUTH_KEY already defined, this will be an error in PHP 9 in /www/wwwroot/claudiayancor.duckdns.org/wp-config.php on line 52

Warning: Constant LOGGED_IN_KEY already defined, this will be an error in PHP 9 in /www/wwwroot/claudiayancor.duckdns.org/wp-config.php on line 53

Warning: Constant NONCE_KEY already defined, this will be an error in PHP 9 in /www/wwwroot/claudiayancor.duckdns.org/wp-config.php on line 54

Warning: Constant AUTH_SALT already defined, this will be an error in PHP 9 in /www/wwwroot/claudiayancor.duckdns.org/wp-config.php on line 55

Warning: Constant SECURE_AUTH_SALT already defined, this will be an error in PHP 9 in /www/wwwroot/claudiayancor.duckdns.org/wp-config.php on line 56

Warning: Constant LOGGED_IN_SALT already defined, this will be an error in PHP 9 in /www/wwwroot/claudiayancor.duckdns.org/wp-config.php on line 57

Warning: Constant NONCE_SALT already defined, this will be an error in PHP 9 in /www/wwwroot/claudiayancor.duckdns.org/wp-config.php on line 58

Warning: Constant WP_DEBUG already defined, this will be an error in PHP 9 in /www/wwwroot/claudiayancor.duckdns.org/wp-config.php on line 82
HEX
HEX
Server: nginx/1.24.0
System: Linux server 6.12.74+deb13+1-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.74-2 (2026-03-08) x86_64
User: www (1001)
PHP: 8.5.2
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,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_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/claudiayancor.duckdns.org/wp-admin/user/menu.php
<?php
/**
 * Build User Administration Menu.
 *
 * @package WordPress
 * @subpackage Administration
 * @since 3.1.0
 */

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

$menu[2] = array( __( 'Dashboard' ), 'exist', 'index.php', '', 'menu-top menu-top-first menu-icon-dashboard', 'menu-dashboard', 'dashicons-dashboard' );

$menu[4] = array( '', 'exist', 'separator1', '', 'wp-menu-separator' );

$menu[70] = array( __( 'Profile' ), 'exist', 'profile.php', '', 'menu-top menu-icon-users', 'menu-users', 'dashicons-admin-users' );

$menu[99] = array( '', 'exist', 'separator-last', '', 'wp-menu-separator' );

$_wp_real_parent_file['users.php'] = 'profile.php';
$compat                            = array();
$submenu                           = array();

require_once ABSPATH . 'wp-admin/includes/menu.php';