summaryrefslogtreecommitdiff
path: root/opml.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-08-15 15:09:27 +0400
committerAndrew Dolgov <[email protected]>2012-08-15 15:09:27 +0400
commitd3cface62d58aae453899aa5f93a36bd7f35b28d (patch)
treeca357811ac524534c03179d807f5aa78b43c9cc0 /opml.php
parentd2a317e3c897efb854a316858281c67d08972f43 (diff)
remove loading of test opml file in debug mode
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 64bf76cde..eab0b7b7d 100644
--- a/opml.php
+++ b/opml.php
@@ -215,7 +215,7 @@
$debug = isset($_REQUEST["debug"]);
$doc = false;
- if ($debug) $doc = DOMDocument::load("/tmp/test.opml");
+ #if ($debug) $doc = DOMDocument::load("/tmp/test.opml");
if (is_file($_FILES['opml_file']['tmp_name'])) {
$doc = DOMDocument::load($_FILES['opml_file']['tmp_name']);