From 81e72e043165fe488f3db1a86e7d0d8eb3e6057f Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sat, 30 Jun 2007 10:21:29 +0000 Subject: [PATCH] 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 --- phpfspot_img.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- 2.25.1