issue62, fix time information for item pubDate in rss feed
[phpfspot.git] / phpfspot_cfg.php.dist
index 2661bc96c486d3a2504da0b25259ccda7c3e480f..176a9e52ae1f799b93b80cfbf49793037ca4f2f7 100644 (file)
@@ -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->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");
 
       if(!isset($this->smarty_path) || $this->smarty_path == "")
          $this->showError("Please set \$smarty_path in phpfspot_cfg");