projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09615fc
)
removed temp text and inserted a much better text into
author
Andreas Unterkircher
<unki@netshadow.at>
Sat, 30 Jun 2007 10:21:29 +0000
(10:21 +0000)
committer
Andreas Unterkircher
<unki@netshadow.at>
Sat, 30 Jun 2007 10:21:29 +0000
(10:21 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@147
fa6a889d
-dae6-447d-9e79-
4ba9a3039384
phpfspot_img.php
patch
|
blob
|
history
diff --git
a/phpfspot_img.php
b/phpfspot_img.php
index c21ff593c3e2be2e74f03f3cffc950f8d1b79486..052a45f4099c686bdc0cd561cf482ce6ee8ded90 100644
(file)
--- 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)) {