mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 21:35:56 +00:00
tt-rss.php indicates if it is running in demo mode
This commit is contained in:
@@ -7,6 +7,8 @@
|
|||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
<? require_once "config.php" ?>
|
||||||
|
|
||||||
<body onload="init()">
|
<body onload="init()">
|
||||||
|
|
||||||
<table width="100%" height="100%" cellspacing=0 cellpadding=0 class="main">
|
<table width="100%" height="100%" cellspacing=0 cellpadding=0 class="main">
|
||||||
@@ -39,6 +41,9 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td colspan="2" class="notify">
|
<td colspan="2" class="notify">
|
||||||
<a href="">Tiny-Tiny RSS</a> v0.2-pre © 2005 Andrew Dolgov
|
<a href="">Tiny-Tiny RSS</a> v0.2-pre © 2005 Andrew Dolgov
|
||||||
|
<? if (WEB_DEMO_MODE) { ?>
|
||||||
|
<br>Running in demo mode, some functionality is disabled.
|
||||||
|
<? } ?>
|
||||||
</td>
|
</td>
|
||||||
</td>
|
</td>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user