summaryrefslogtreecommitdiffstats
path: root/phpfspot.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpfspot.class.php')
-rw-r--r--phpfspot.class.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpfspot.class.php b/phpfspot.class.php
index 9ec2254..6c150fa 100644
--- a/phpfspot.class.php
+++ b/phpfspot.class.php
@@ -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);