Mailer.php
[Pman.Core] / Mailer.php
index d473f36..a182532 100644 (file)
@@ -368,6 +368,7 @@ class Pman_Core_Mailer {
             $url  = $link->getAttribute('href');
             $file = $ff->rootDir . $url;
             if (!file_exists($file)) {
+                echo "SKIP" . $file ."<br/>";
                 continue;
             }
             $par = $img->parentNode();