summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-23 12:35:44 +0100
committerAndrew Dolgov <[email protected]>2005-08-23 12:35:44 +0100
commit0b61568170a919f94416fc2a5e6e83c5258a34e0 (patch)
tree0fb9c2fe4449c898d3dbc4d10986782eee8713de /tt-rss.php
parentb0b4abcf3756039965d309333233abc58f61df8d (diff)
tt-rss.php indicates if it is running in demo mode
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 6731965ce..aa9e95570 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -7,6 +7,8 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
+<? require_once "config.php" ?>
+
<body onload="init()">
<table width="100%" height="100%" cellspacing=0 cellpadding=0 class="main">
@@ -39,6 +41,9 @@
<tr>
<td colspan="2" class="notify">
<a href="">Tiny-Tiny RSS</a> v0.2-pre &copy; 2005 Andrew Dolgov
+ <? if (WEB_DEMO_MODE) { ?>
+ <br>Running in demo mode, some functionality is disabled.
+ <? } ?>
</td>
</td>
</table>