diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-11-03 13:26:02 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-11-03 13:26:02 +0000 |
commit | c4b3cd974e27aab642209a37f6da6a15bc6f4a42 (patch) | |
tree | 6fccdb5889e64cbffdf0a69082b8164383a88610 | |
parent | 7f4f4e748a2b168d3242650431877c223d1174d5 (diff) |
typo fix
git-svn-id: file:///var/lib/svn/phpfspot/trunk@292 fa6a889d-dae6-447d-9e79-4ba9a3039384
-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"; |