diff options
Diffstat (limited to 'phpfspot_cfg.php.dist')
-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 |