fixed default directories in example config file
authorAndreas Unterkircher <unki@netshadow.at>
Fri, 9 Nov 2007 17:44:14 +0000 (17:44 +0000)
committerAndreas Unterkircher <unki@netshadow.at>
Fri, 9 Nov 2007 17:44:14 +0000 (17:44 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@302 fa6a889d-dae6-447d-9e79-4ba9a3039384

phpfspot_cfg.php.dist

index 3a04744bb833e4d682b9df6683b405780380477a..ca4cbf817e76818951cbe657746d049be184387d 100644 (file)
@@ -28,7 +28,7 @@ class PHPFSPOT_CFG {
    var $product = "phpfspot";
    var $version = "1.1";
 
    var $product = "phpfspot";
    var $version = "1.1";
 
-   var $base_path = "/var/www/htdocs";
+   var $base_path = "/var/www/phpfspot";
 
    var $web_path = "/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.
    */
       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";
  
 
    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";
       (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
 
    /* This is not really a security option - it only hides some present F-Spot
       tags from the available-tags-list