[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.137.170.38: ~ $
<?php
/**
 * Main File
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

if ( ! function_exists( 'dci_dynamic_init' ) ) {
	function dci_dynamic_init( $params ) {

		if ( ! is_admin() ) {
			return;
		}

		$menu_slug    = isset( $params['menu']['slug'] ) ? $params['menu']['slug'] : false;
		$current_page = isset( $_GET['page'] ) ? $_GET['page'] : false;
		$text_domain  = isset( $params['text_domain'] ) && !empty( $params['text_domain'] ) ? $params['text_domain'] : $params['slug'];

		/**
		 * For Attach SDK to current page
		 */
		$params['current_page'] = $current_page;
		$params['menu_slug']    = $menu_slug;
		$params['text_domain']  = $text_domain;

		/**
		 * Include SDK
		 */
		require_once dirname( __FILE__ ) . '/insights.php';
		if ( function_exists( 'dci_sdk_insights' ) ) {
			dci_sdk_insights( $params );
		}

	}
}

Filemanager

Name Type Size Permission Actions
assets Folder 0755
alg.drawio File 11.39 KB 0644
deactivate-feedback.php File 16.43 KB 0644
insights.php File 22.13 KB 0644
notice.php File 3.8 KB 0644
start.php File 831 B 0644