X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=phpfspot_img.php;h=052a45f4099c686bdc0cd561cf482ce6ee8ded90;hp=c21ff593c3e2be2e74f03f3cffc950f8d1b79486;hb=cac16f3332944390250a2a2fcd460bef818a65a5;hpb=eda7f279dc8d78633480e3cc9a8a2018606787fe diff --git a/phpfspot_img.php b/phpfspot_img.php index c21ff59..052a45f 100644 --- a/phpfspot_img.php +++ b/phpfspot_img.php @@ -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)) {