diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-11-09 17:44:14 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-11-09 17:44:14 +0000 |
commit | 6fb8decab053b1bfac8e0c12bb7b933acde61ab9 (patch) | |
tree | 3e354700e768dbe946108cc6595f7dfc9964bc00 | |
parent | 5893fccdccb7b7b37a7e265bb08cb7cf934ca9b8 (diff) |
fixed default directories in example config file
git-svn-id: file:///var/lib/svn/phpfspot/trunk@302 fa6a889d-dae6-447d-9e79-4ba9a3039384
-rw-r--r-- | phpfspot_cfg.php.dist | 6 |
1 files changed, 3 insertions, 3 deletions
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 |