$infile = $serendipity['serendipityPath'] . $serendipity['uploadPath'] . $directory . $file;
- echo 'From: ' . $infile . '<br />';
+# echo 'From: ' . $infile . '<br />';
if ($is_temporary) {
$temppath = dirname($thumbname);
if (!is_dir($temppath)) {
} else {
$outfile = $serendipity['serendipityPath'] . $serendipity['uploadPath'] . $directory . $f . '.' . $thumbname . '.' . $suf;
}
- echo 'To: ' . $outfile . '<br />';
+# echo 'To: ' . $outfile . '<br />';
$fdim = @serendipity_getimagesize($infile, '', $suf);
if (isset($fdim['noimage'])) {