summaryrefslogtreecommitdiffstats
path: root/phpfspot_cfg.php
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-06-09 07:22:28 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-06-09 07:22:28 +0000
commit7ca20d2b9cd665125a20a3d480694db0fde0afdc (patch)
tree8c17b001ed96edccb44d51dfc95dabb7ae2b93a9 /phpfspot_cfg.php
parenta2d560dc04f13fbd08e9ce9a6f254103555e69ac (diff)
tag ignore list
git-svn-id: file:///var/lib/svn/phpfspot/trunk@72 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'phpfspot_cfg.php')
-rw-r--r--phpfspot_cfg.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpfspot_cfg.php b/phpfspot_cfg.php
index 86171d6..a451544 100644
--- a/phpfspot_cfg.php
+++ b/phpfspot_cfg.php
@@ -34,6 +34,11 @@ class PHPFSPOT_CFG {
var $path_replace_from = "/home/unki";
var $path_replace_to = "/var/www/images.netshadow.at/htdocs/phpfspot";
+ /* This is not really a security option - it only hides some present F-Spot
+ tags from the available-tags-list
+ */
+ var $hide_tags = Array("Favorites", "Hidden", "People", "Places", "Events");
+
}
?>