summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-10-24 07:50:10 +0100
committerAndrew Dolgov <[email protected]>2007-10-24 07:50:10 +0100
commit7e1265ede7c82999d2def9e001422c41aa48afc0 (patch)
treea201e929a05887660b213bbbe4c6c7016a9d5e4f /config.php-dist
parente0579c6d4fc2af217e751c566817a8cdca08b68c (diff)
drop tagwall from trunk
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist7
1 files changed, 0 insertions, 7 deletions
diff --git a/config.php-dist b/config.php-dist
index b93143711..05ec08ea6 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -163,13 +163,6 @@
// These two options enable SMTP authentication when sending
// digests. Require DIGEST_SMTP_HOST.
- define('ENABLE_TAGWALL', true);
- // Disable this if you are having troubles with Tagwall library which
- // is used to strip potentially unsafe content from RSS articles. When
- // disabled, simpler version of processing will be used when needed.
- // Try disabling when having problems with showing articles and/or
- // loading feeds.
-
define('CONFIG_VERSION', 10);
// Expected config version. Please update this option in config.php
// if necessary (after migrating all new options from this file).