summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
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
+
+
?>