fixed path problem (missing "/")
[phpfspot.git] / phpfspot_cfg.php.dist
index 4eec27c1a40a4e5b673999539549b10f76de2ddf..375eab99ae5fd6ebeb7ac6bf1c1d9641c305f5ff 100644 (file)
@@ -82,7 +82,12 @@ class PHPFSPOT_CFG {
    /* Usually the photo directory differs between your local F-Spot installation
       and your webserver. With this you can advice phpfspot to replace all paths
       (they are stored in F-Spot's sqlite3 database).
+
+      disable this feature by setting the next variable to false;
    */
+   var $enable_replace_path = true;
+
+   // substitute all "from" matches with "to"
    var $path_replace_from = "/home/unki";
    var $path_replace_to = "/var/www/phpfspot/Photos";