summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpfspot_img.php2
1 files changed, 1 insertions, 1 deletions
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)) {