issue78, remove not more necessary check for version and product name
[phpfspot.git] / phpfspot_cfg.php.dist
index cf026922128658903be5f63871bcb48a036daa55..506eaa14898232ec0711f9b52df59726f01ae6e0 100644 (file)
@@ -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");