option GLOBAL_ENABLE_LABELS restricts labels globally

This commit is contained in:
Andrew Dolgov
2005-12-02 21:07:47 +01:00
parent c868b15476
commit cfaba6df12
3 changed files with 9 additions and 2 deletions
+3
View File
@@ -45,4 +45,7 @@
// makes UI more responsive, but eats server memory.
// If you experience weird feedlist refresh bugs, disable this option.
define('GLOBAL_ENABLE_LABELS', true);
// Labels are a security risk, so this option can globally disable them for all users.
?>