diff options
Diffstat (limited to 'phpfspot_cfg.php')
-rw-r--r-- | phpfspot_cfg.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpfspot_cfg.php b/phpfspot_cfg.php index f01955c..e799761 100644 --- a/phpfspot_cfg.php +++ b/phpfspot_cfg.php @@ -4,6 +4,9 @@ class PHPFSPOT_CFG { var $page_title = "phpfspot - dynamic PHP gallery for F-Spot"; + var $product = "phpfspot"; + var $version = "0.1"; + var $base_path = "/var/www/images.netshadow.at/htdocs/phpfspot"; var $web_path = "/phpfspot"; |