1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

sql-ize backend.php

This commit is contained in:
Andrew Dolgov
2005-11-16 18:37:45 +01:00
parent 75c56ed7d7
commit 4769ddaf72
6 changed files with 16 additions and 16 deletions

View File

@@ -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>