diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-11-09 16:50:37 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-11-09 16:50:37 +0000 |
commit | e4f4c5d4dbef28f791122ff239e1373666ced7d7 (patch) | |
tree | ba4dad0af4d3264289519f77225310fe65606f05 | |
parent | f712a8b25b297e90599491dfd59b8636843496a6 (diff) |
set version to 1.1
changed default destination path for path-replacement
git-svn-id: file:///var/lib/svn/phpfspot/trunk@298 fa6a889d-dae6-447d-9e79-4ba9a3039384
-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 |