From: Andreas Unterkircher Date: Sat, 3 Nov 2007 13:26:02 +0000 (+0000) Subject: typo fix X-Git-Tag: phpfspot-1.2~46 X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4b3cd974e27aab642209a37f6da6a15bc6f4a42;p=phpfspot.git typo fix git-svn-id: file:///var/lib/svn/phpfspot/trunk@292 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- 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";