summaryrefslogtreecommitdiffstats
path: root/phpfspot_cfg.php.dist
diff options
context:
space:
mode:
Diffstat (limited to 'phpfspot_cfg.php.dist')
-rw-r--r--phpfspot_cfg.php.dist6
1 files changed, 0 insertions, 6 deletions
diff --git a/phpfspot_cfg.php.dist b/phpfspot_cfg.php.dist
index cf02692..506eaa1 100644
--- 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");