issue78, move version information to main class
[phpfspot.git] / phpfspot.class.php
index 9ec2254d9184887b3b20eb770b150bb82699cd2e..6c150fa6c70ca9c97862ffb9c6d0a49ef55b1b23 100644 (file)
@@ -44,6 +44,10 @@ class PHPFSPOT {
    {
       $this->cfg = new PHPFSPOT_CFG;
 
+      /* set application name and version information */
+      $this->cfg->product = "phpfspot";
+      $this->cfg->version = "1.1";
+
       /* Check necessary requirements */
       if(!$this->checkRequirements()) {
          exit(1);