1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 04:31: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

@@ -95,7 +95,7 @@
<body><h1>Importing OPML...</h1>
<div>";
if (get_pref($link, 'WEB_DEMO_MODE')) {
if (WEB_DEMO_MODE) {
print "OPML import is disabled in demo-mode.";
print "<p><a class=\"button\" href=\"prefs.php\">
Return to preferences</a></div></body></html>";