diff --git a/prefs.php b/prefs.php
index d9c21953f..edbb728c3 100644
--- a/prefs.php
+++ b/prefs.php
@@ -59,7 +59,10 @@
- Tiny-Tiny RSS v= VERSION ?> © 2005 Andrew Dolgov
+ Tiny-Tiny RSS v= VERSION ?> © 2005 Andrew Dolgov
+ if (WEB_DEMO_MODE) { ?>
+ Running in demo mode, some functionality is disabled.
+ } ?>
|
diff --git a/tt-rss.php b/tt-rss.php
index 04903f6a4..936efda84 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -41,7 +41,7 @@
- Tiny-Tiny RSS v= VERSION ?> © 2005 Andrew Dolgov
+ Tiny-Tiny RSS v= VERSION ?> © 2005 Andrew Dolgov
if (WEB_DEMO_MODE) { ?>
Running in demo mode, some functionality is disabled.
} ?>
|