diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-30 10:21:29 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-30 10:21:29 +0000 |
commit | 81e72e043165fe488f3db1a86e7d0d8eb3e6057f (patch) | |
tree | d74c88f0439f5e058e074a1baaac4af878bbe694 /phpfspot_img.php | |
parent | 09615fcad9e06c18d9976e546f9b9599ddd50336 (diff) |
removed temp text and inserted a much better text into
git-svn-id: file:///var/lib/svn/phpfspot/trunk@147 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'phpfspot_img.php')
-rw-r--r-- | phpfspot_img.php | 2 |
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)) { |