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=30627993659edfcd0f0698185c19ff3400b6d313;hpb=a2d560dc04f13fbd08e9ce9a6f254103555e69ac 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"); + } ?>