summaryrefslogtreecommitdiff
path: root/opml.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 /opml.php
parent75c56ed7d7c6eb01feaa8f412388155f4de85d14 (diff)
sql-ize backend.php
Diffstat (limited to 'opml.php')
-rw-r--r--opml.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/opml.php b/opml.php
index 89f9a9461..d5eb0e0e5 100644
--- a/opml.php
+++ b/opml.php
@@ -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>";