]> git.wh0rd.org - tt-rss.git/commitdiff
remove loading of test opml file in debug mode
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 15 Aug 2012 11:09:27 +0000 (15:09 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 15 Aug 2012 11:09:27 +0000 (15:09 +0400)
opml.php

index 64bf76cde126ff2f2f3c60604a73e356d860c1df..eab0b7b7d453c0e38c747bc755728c7706d5a108 100644 (file)
--- a/opml.php
+++ b/opml.php
                $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']);