From: Andreas Unterkircher Date: Fri, 9 Nov 2007 17:44:14 +0000 (+0000) Subject: fixed default directories in example config file X-Git-Tag: phpfspot-1.2~36 X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=commitdiff_plain;h=6fb8decab053b1bfac8e0c12bb7b933acde61ab9 fixed default directories in example config file git-svn-id: file:///var/lib/svn/phpfspot/trunk@302 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- diff --git a/phpfspot_cfg.php.dist b/phpfspot_cfg.php.dist index 3a04744..ca4cbf8 100644 --- a/phpfspot_cfg.php.dist +++ b/phpfspot_cfg.php.dist @@ -28,7 +28,7 @@ class PHPFSPOT_CFG { var $product = "phpfspot"; var $version = "1.1"; - var $base_path = "/var/www/htdocs"; + var $base_path = "/var/www/phpfspot"; var $web_path = "/phpfspot"; @@ -36,7 +36,7 @@ class PHPFSPOT_CFG { this path needs not do be directly reachable via the webserver Default it points to a subdirectory of $base_path. */ - var $thumb_path = "/var/www/htdocs/thumbs"; + var $thumb_path = "/var/www/phpfspot/thumbs"; var $theme_name = "default"; @@ -76,7 +76,7 @@ class PHPFSPOT_CFG { (they are stored in F-Spot's sqlite3 database). */ var $path_replace_from = "/home/unki"; - var $path_replace_to = "/var/www/htdocs/Photos"; + var $path_replace_to = "/var/www/phpfspot/Photos"; /* This is not really a security option - it only hides some present F-Spot tags from the available-tags-list