HEX
Server: Apache/2.4
System: Linux web-clinicalanatomy.cz-i1 6.12.0-124.56.5.el10_1.x86_64 #1 SMP PREEMPT_DYNAMIC Fri May 15 06:12:08 EDT 2026 x86_64
User: tumajanwa (3038)
PHP: 5.4.45
Disabled: apc_add,apc_bin_dump,apc_bin_dumpfile,apc_bin_load,apc_bin_loadfile,apc_cas,apc_clear_cache,apc_compile_file,apc_dec,apc_define_constants,apc_delete_file,apc_delete,apc_exists,apc_fetch,apc_inc,apc_load_constants,apc_store,shell_exec,exec,system,passthru,popen,proc_open,proc_nice,pfsockopen,escapeshellarg,escapeshellcmd,diskfreespace,disk_free_space,disk_total_space,dl,link,symlink,openlog,readlink,register_tick_function,syslog
Upload Files
File: /pub/tumajanwa/clinicalanatomy.cz/web/www/wp-admin/options-head.php
<?php
/**
 * WordPress Options Header.
 *
 * Displays updated message, if updated variable is part of the URL query.
 *
 * @package WordPress
 * @subpackage Administration
 */

wp_reset_vars( array( 'action' ) );

if ( isset( $_GET['updated'] ) && isset( $_GET['page'] ) ) {
	// For back-compat with plugins that don't use the Settings API and just set updated=1 in the redirect.
	add_settings_error('general', 'settings_updated', __('Settings saved.'), 'updated');
}

settings_errors();