summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-16 18:37:45 +0100
committerAndrew Dolgov <[email protected]>2005-11-16 18:37:45 +0100
commit4769ddaf7204bf096f8e0e6204a26f3ad328c71a (patch)
tree75136fbf217460cf40b7b73622c631d486654de1 /prefs.php
parent75c56ed7d7c6eb01feaa8f412388155f4de85d14 (diff)
sql-ize backend.php
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs.php b/prefs.php
index 92413e341..09fbc9e54 100644
--- a/prefs.php
+++ b/prefs.php
@@ -61,7 +61,7 @@
<tr>
<td class="footer" colspan="2">
<a href="http://bah.spb.su/~fox/tt-rss/">Tiny-Tiny RSS</a> v<?= VERSION ?> &copy; 2005 Andrew Dolgov
- <? if (get_pref($link, 'WEB_DEMO_MODE')) { ?>
+ <? if (WEB_DEMO_MODE) { ?>
<br>Running in demo mode, some functionality is disabled.
<? } ?>
</td>