diff options
-rw-r--r-- | phpfspot_cfg.php.dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpfspot_cfg.php.dist b/phpfspot_cfg.php.dist index 176a9e5..3a04744 100644 --- a/phpfspot_cfg.php.dist +++ b/phpfspot_cfg.php.dist @@ -26,7 +26,7 @@ class PHPFSPOT_CFG { var $page_title = "phpfspot - dynamic PHP gallery for F-Spot"; var $product = "phpfspot"; - var $version = "1.0"; + var $version = "1.1"; var $base_path = "/var/www/htdocs"; @@ -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/images.netshadow.at"; + var $path_replace_to = "/var/www/htdocs/Photos"; /* This is not really a security option - it only hides some present F-Spot tags from the available-tags-list |