diff options
-rw-r--r-- | phpfspot_cfg.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpfspot_cfg.php.dist b/phpfspot_cfg.php.dist index 185d5ca..013a0fc 100644 --- a/phpfspot_cfg.php.dist +++ b/phpfspot_cfg.php.dist @@ -67,7 +67,7 @@ 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 + (they are stored in F-Spot's sqlite3 database). */ var $path_replace_from = "/home/unki"; var $path_replace_to = "/var/www/images.netshadow.at"; |