summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-06-30 13:16:20 +0400
committerAndrew Dolgov <[email protected]>2010-06-30 13:16:20 +0400
commit34f29d786640b297466be0d150316c098c5d40dc (patch)
treed361efb1ae0b5d8840a27812c47f0689b14d1d1d /config.php-dist
parent51d2d404b82593a8311e99bfc901e9f7cd12f6da (diff)
config: remove ALLOW_SELECT_UPDATE_METHOD
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.php-dist b/config.php-dist
index ea236ff56..9d4fd1bbd 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -155,10 +155,6 @@
// Directory for lockfiles, must be writable to the user you run
// daemon process or cronjobs under.
- define('ALLOW_SELECT_UPDATE_METHOD', true);
- // Allow users to select the library to update feeds with - e.g.
- // Magpie or SimplePie
-
define('ENABLE_GZIP_OUTPUT', false);
// Selectively gzip output to improve wire performance. This requires
// PHP Zlib extension on the server.