From: Edward Date: Thu, 20 Feb 2014 11:20:58 +0000 (+0800) Subject: Mailer.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=bc3e13810232a9ac905353ed9e9373a0e6f32467;p=Pman.Core Mailer.php --- diff --git a/Mailer.php b/Mailer.php index b32f082e..95d9edaa 100644 --- a/Mailer.php +++ b/Mailer.php @@ -336,7 +336,10 @@ class Pman_Core_Mailer { $m = new File_MimeType(); $mt = $m->fromFilename($file); $ext = $m->toExt($mt); - + print_r($mt); + echo "
"; + print_r($ext); + echo "
";exit; return array( 'mimetype' => $mt, 'ext' => $ext,