]> git.wh0rd.org - tt-rss.git/commitdiff
mention that WEB_DEMO_MODE is obsolete
authorAndrew Dolgov <fox@madoka.spb.ru>
Thu, 8 Jun 2006 05:45:36 +0000 (06:45 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Thu, 8 Jun 2006 05:45:36 +0000 (06:45 +0100)
config.php-dist

index 463661f48a14e8412e6b93738ffe990abff49dd4..9066ef054bdcc4ce8f06c05f741915a1c329196a 100644 (file)
@@ -14,6 +14,8 @@
        
        define('WEB_DEMO_MODE', false);
        // Demo mode with reduced functionality.
+       // Warning: this option is obsolete. Don't rely on it being
+       // checked in all necessary places.
 
        define('ICONS_DIR', "icons");
        define('ICONS_URL', "icons");