diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-11-24 05:51:53 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-11-24 05:51:53 +0000 |
commit | 3e95994d0452a1f24f03c75774b94fbec71aebdd (patch) | |
tree | 6a4244473e9fc3a5b7993c5e0c494485d6c7bed9 /phpfspot.class.php | |
parent | 6fb8decab053b1bfac8e0c12bb7b933acde61ab9 (diff) |
issue78, move version information to main class
git-svn-id: file:///var/lib/svn/phpfspot/trunk@304 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'phpfspot.class.php')
-rw-r--r-- | phpfspot.class.php | 4 |
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); |