some nice icons for available and selected tags
[phpfspot.git] / phpfspot_cfg.php
index e7997612a97751fb839a021a976c035c88f08a3e..ee05eac91e4f8bdb6722c30d807dbdaa03a5ffaf 100644 (file)
@@ -13,9 +13,10 @@ class PHPFSPOT_CFG {
 
    var $thumb_width = "150";
    
-   var $photo_width = "800";
+   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";