File: /storage/v6964/testingff/public_html/fdfctr/wp-content/plugins/connections/cache/index.php
<?php
if ( ! current_user_can( 'connections_view_dashboard' ) ) {
wp_die(
'<p id="error-page" style="-moz-background-clip:border;
-moz-border-radius:11px;
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #DFDFDF;
color:#333333;
display:block;
font-size:12px;
line-height:18px;
margin:25px auto 20px;
padding:1em 2em;
text-align:center;
width:700px">' . esc_html__( 'You do not have sufficient permissions to access this page.', 'connections' ) . '</p>'
);
}