From c39befacb29f3f709e2d248ab6d6235524d6e929 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 24 Aug 2012 00:13:30 +0400 Subject: add (undocumented) _DISABLE_FEED_BROWSER --- classes/dlg.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/classes/dlg.php b/classes/dlg.php index 3529fa5f1..68324eaad 100644 --- a/classes/dlg.php +++ b/classes/dlg.php @@ -305,15 +305,21 @@ class Dlg extends Handler_Protected { print ""; print "
- - - + "; + + if (!(defined('_DISABLE_FEED_BROWSER') && _DISABLE_FEED_BROWSER)) { + print ""; + } + + print "
"; //return; } function feedBrowser() { + if (defined('_DISABLE_FEED_BROWSER') && _DISABLE_FEED_BROWSER) return; + $browser_search = db_escape_string($_REQUEST["search"]); print ""; -- cgit v1.2.3