summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-06-08 06:45:36 +0100
committerAndrew Dolgov <[email protected]>2006-06-08 06:45:36 +0100
commit135280026909181bf00a06f853d0c8bfe1df6f2d (patch)
tree7c6bebbf98877659aad4f8a11d4140fc6e750931 /config.php-dist
parenta2db6a4a9b9fe5177278d6e82ee900f42746ad10 (diff)
mention that WEB_DEMO_MODE is obsolete
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index 463661f48..9066ef054 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -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");