HEX
Server: Apache/2.4.25
System: Linux ion14 4.9.0-8-amd64 #1 SMP Debian 4.9.144-3.1 (2019-02-19) x86_64
User: (10087)
PHP: 7.4.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,system, exec, shell_exec, passthru, popen, proc_open
Upload Files
File: /home/www/web115/wordpress/wp-content/plugins/digimember/application/config/html_include.php
<?php

$config['user_css'] = array(
);

$config['user_js'] = array(
	'user',
);

$config['user_js_handles'] = array(
    'jquery',
);

$config['user_packages'] = array(
    'dm-frontend.js',
    'dm-frontend-styles.css',
);

$config['admin_css'] = array(
);

$config['admin_js'] = array(
	'admin',
	'user',
);

$config['admin_packages'] = array(
    'dm-ui.js',
    'dm-frontend-styles.css',
    'dm-ui-styles.css',
    'gutenberg.js',
    'dm-frontend.js',
);

$config['admin_js_handles'] = array(
    'jquery',
);



$config['translation']['tinymce_helper'] = array(
	'tinymce_button_tooltip' => _digi( 'Add a %s shortcode', ncore_api()->pluginDisplayName() ),
	'tinymce_error_url' => _digi( 'Please enter a valid URL like http://example.com/?page=123.' ),
	'tinymce_error_product_required' => _digi( 'Please select at least one product.' ),
    'tinymce_autojoin_hint'  => _digi( 'Add your content here (only visible for the new user).' ),
    'tinymce_label_username' => _digi( 'Your user name:' ),
    'tinymce_label_password' => _digi( 'Your password:' ),
    'tinymce_if_hint'        => _digi( 'Add your content here.' ),
    'gutenberg_preview'      => _digi('Preview'),
    'gutenberg_select_shortcode' => 'Bitte einen Shortcode auswählen.',

);

$config['dm-blocks'] = array(
    'ifcontent' => array(
        'name' => 'ifcontent',
        'type' => 'ifcontent',
        'active' => true,
        'attributes' => array(
            'dm_ifcontent' => array('type' => 'string'),
            'products_loaded' => array('type' => 'boolean'),
            'products' => array('type' => 'array'),
            'product_whitelist' => array('type' => 'array'),
            'product_blacklist' => array('type' => 'array'),
            'loginactive' => array('type' => 'string'),
            'filter' => array('type' => 'string'),
            'blockconfig' => array('type' => 'object'),
            'blockconfig_loaded' => array('type' => 'boolean'),
        ),
    )
);