]> git.wh0rd.org - tt-rss.git/commitdiff
GLOBAL_ENABLE_LABELS: disable by default
authorAndrew Dolgov <fox@bah.spb.su>
Fri, 2 Dec 2005 20:33:14 +0000 (21:33 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Fri, 2 Dec 2005 20:33:14 +0000 (21:33 +0100)
config.php-dist

index 851beaeb0c2b182e13cd04e3946e859d68eb8e94..56a554106ccd781b2d05563adb34c80ef99e8466 100644 (file)
@@ -45,7 +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);
+       define('GLOBAL_ENABLE_LABELS', false);
        // Labels are a security risk, so this option can globally disable them for all users.
 
 ?>