Domain: antoinekatan.com
Server Adress: 10.127.20.23

privdayz.com

/home/xdxuekl/www/wp-content/themes/quart/framework/admin/options/
Dosya Yükle :
Current File : /home/xdxuekl/www/wp-content/themes/quart/framework/admin/options/mkdf-options-setup.php

<?php

if ( ! function_exists( 'quart_mikado_admin_map_init' ) ) {
	function quart_mikado_admin_map_init() {
		do_action( 'quart_mikado_action_before_options_map' );
		
		foreach ( glob( MIKADO_FRAMEWORK_ROOT_DIR . '/admin/options/*/*.php' ) as $module_load ) {
			include_once $module_load;
		}
		
		do_action( 'quart_mikado_action_options_map' );
		
		do_action( 'quart_mikado_action_after_options_map' );
	}
	
	add_action( 'after_setup_theme', 'quart_mikado_admin_map_init', 1 );
}

coded by Privdayz.com - Visit https://privdayz.com/ for more php shells.