From: Andreas Unterkircher Date: Sat, 30 Jun 2007 10:21:29 +0000 (+0000) Subject: removed temp text and inserted a much better text into X-Git-Tag: phpfspot-1.2~188 X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=commitdiff_plain;h=81e72e043165fe488f3db1a86e7d0d8eb3e6057f 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 --- 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)) {