issue13, all external links have been tested again, single photo, with tag- or date...
[phpfspot.git] / phpfspot_img.php
index c21ff593c3e2be2e74f03f3cffc950f8d1b79486..052a45f4099c686bdc0cd561cf482ce6ee8ded90 100644 (file)
@@ -40,7 +40,7 @@ class PHPFSPOT_IMG {
       }
 
       if(!file_exists($fullpath)) {
-         $this->parent->showTextImage("test1");
+         $this->parent->showTextImage("File ". $fullpath ." does not exist");
          return;
       }
       if(!is_readable($fullpath)) {