X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=phpfspot_cfg.php;h=a451544b9bb487507cc5debff9412e8f02dfb48d;hp=86171d661be99c02ac9c328fe3758a027e9c632e;hb=d1dc26e8f2fd6212d37d2fcd0ff5a2968cac2faf;hpb=a2d560dc04f13fbd08e9ce9a6f254103555e69ac;ds=sidebyside 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"); + } ?>