projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e95994
)
issue78, remove not more necessary check for version and product name
author
Andreas Unterkircher
<unki@netshadow.at>
Sat, 24 Nov 2007 05:59:12 +0000
(
05:59
+0000)
committer
Andreas Unterkircher
<unki@netshadow.at>
Sat, 24 Nov 2007 05:59:12 +0000
(
05:59
+0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@305
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 cf026922128658903be5f63871bcb48a036daa55..506eaa14898232ec0711f9b52df59726f01ae6e0 100644
(file)
--- a/
phpfspot_cfg.php.dist
+++ b/
phpfspot_cfg.php.dist
@@
-94,12
+94,6
@@
class PHPFSPOT_CFG {
if(!isset($this->page_title) || $this->page_title == "")
$this->showError("Please set \$page_title in phpfspot_cfg");
- if(!isset($this->product) || $this->product == "")
- $this->showError("Please set \$product in phpfspot_cfg");
-
- if(!isset($this->version) || $this->version == "")
- $this->showError("Please set \$version in phpfspot_cfg");
-
if(!isset($this->base_path) || $this->base_path == "")
$this->showError("Please set \$base_path in phpfspot_cfg");