X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=phpfspot_cfg.php.dist;h=375eab99ae5fd6ebeb7ac6bf1c1d9641c305f5ff;hp=4eec27c1a40a4e5b673999539549b10f76de2ddf;hb=HEAD;hpb=92012e6184a1feb1e659cc7623bd32703025ae17 diff --git a/phpfspot_cfg.php.dist b/phpfspot_cfg.php.dist index 4eec27c..375eab9 100644 --- a/phpfspot_cfg.php.dist +++ b/phpfspot_cfg.php.dist @@ -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";