HEX
Server: Apache/2.4.29 (Ubuntu) mod_fcgid/2.3.9
System: Linux f5-php5-01 5.4.0-77-generic #86-Ubuntu SMP Thu Jun 17 02:35:03 UTC 2021 x86_64
User: (1332)
PHP: 5.3.29
Disabled: eval,exec,passthru,shell_exec,system,proc_open,popen,show_source
Upload Files
File: /home/5_365/flickinger-bau.de/public_html/wp-admin/profile.php
<?php
/**
 * User Profile Administration Screen.
 *
 * @package WordPress
 * @subpackage Administration
 */

/**
 * This is a profile page.
 *
 * @since 2.5.0
 * @var bool
 */
define('IS_PROFILE_PAGE', true);

/** Load User Editing Page */
require_once( dirname( __FILE__ ) . '/user-edit.php' );