summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-15 11:18:01 +0100
committerAndrew Dolgov <[email protected]>2005-11-15 11:18:01 +0100
commit7a991cac30acd4cbf4cca474765250b186d5fde7 (patch)
treeef5d7f9c7455ffcef9ba310d2cea63d4c6ecf2e5 /config.php-dist
parent3745788e891932ba47ea4efe8d448e9f8d9ca359 (diff)
option DISPLAY_FEEDLIST_ACTIONS, consolidate actions in one dropbox
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index 9d86bddb2..a879fddd4 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -61,5 +61,10 @@
// */30 * * * * /usr/bin/wget -O /dev/null -T 600 "http://username:[email protected]/tt-rss/backend.php?op=rpc&subop=updateAllFeeds&daemon=1"
//
+ define(DISPLAY_FEEDLIST_ACTIONS, false);
+ // display actions dropbox in feedlist, if disabled these actions are
+ // available in the global actions dropbox
+
+
?>