summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpfspot_cfg.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpfspot_cfg.php b/phpfspot_cfg.php
index 71e0192..ee05eac 100644
--- a/phpfspot_cfg.php
+++ b/phpfspot_cfg.php
@@ -15,7 +15,8 @@ class PHPFSPOT_CFG {
var $photo_width = "640";
- var $db = "/var/www/images.netshadow.at/htdocs/phpfspot/photos.db";
+ var $fspot_db = "/var/www/images.netshadow.at/htdocs/phpfspot/photos.db";
+ var $phpfspot_db = "/var/www/images.netshadow.at/htdocs/phpfspot/phpfspot.db";
var $path_replace_from = "/home/unki";
var $path_replace_to = "/var/www/images.netshadow.at/htdocs/phpfspot";