projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25594a9
)
fix variable name syntax for base_path
author
Andreas Unterkircher
<unki@netshadow.at>
Sat, 3 Nov 2007 12:09:28 +0000
(12:09 +0000)
committer
Andreas Unterkircher
<unki@netshadow.at>
Sat, 3 Nov 2007 12:09:28 +0000
(12:09 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@286
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 1abedc8740fb9f3fe7b63b9dbdde5d3e44cccb54..75b874f1f73c1d3030102760456b9c4ecd17498d 100644
(file)
--- a/
phpfspot_cfg.php.dist
+++ b/
phpfspot_cfg.php.dist
@@
-90,7
+90,7
@@
class PHPFSPOT_CFG {
$this->showError("Please set \$version in phpfspot_cfg");
if(!isset($this->base_path) || $this->base_path == "")
- $this->
this->
showError("Please set \$base_path in phpfspot_cfg");
+ $this->showError("Please set \$base_path in phpfspot_cfg");
if(!isset($this->web_path) || $this->web_path == "")
$this->showError("Please set \$web_path in phpfspot_cfg");