projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a54409
)
issue76, check if thumb_path is set
author
Andreas Unterkircher
<unki@netshadow.at>
Sat, 3 Nov 2007 13:38:38 +0000
(13:38 +0000)
committer
Andreas Unterkircher
<unki@netshadow.at>
Sat, 3 Nov 2007 13:38:38 +0000
(13:38 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@294
fa6a889d
-dae6-447d-9e79-
4ba9a3039384
phpfspot_cfg.php.dist
patch
|
blob
|
history
diff --git
a/phpfspot_cfg.php.dist
b/phpfspot_cfg.php.dist
index 2661bc96c486d3a2504da0b25259ccda7c3e480f..176a9e52ae1f799b93b80cfbf49793037ca4f2f7 100644
(file)
--- a/
phpfspot_cfg.php.dist
+++ b/
phpfspot_cfg.php.dist
@@
-109,6
+109,9
@@
class PHPFSPOT_CFG {
if(!isset($this->web_path) || $this->web_path == "")
$this->showError("Please set \$web_path in phpfspot_cfg");
+ if(!isset($this->thumb_path) || $this->thumb_path == "")
+ $this->showError("Please set \$thumb_path in phpfspot_cfg");
+
if(!isset($this->smarty_path) || $this->smarty_path == "")
$this->showError("Please set \$smarty_path in phpfspot_cfg");