mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-10 18:41:00 +02:00
remove loading of test opml file in debug mode
This commit is contained in:
parent
d2a317e3c8
commit
d3cface62d
2
opml.php
2
opml.php
@ -215,7 +215,7 @@
|
|||||||
$debug = isset($_REQUEST["debug"]);
|
$debug = isset($_REQUEST["debug"]);
|
||||||
$doc = false;
|
$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'])) {
|
if (is_file($_FILES['opml_file']['tmp_name'])) {
|
||||||
$doc = DOMDocument::load($_FILES['opml_file']['tmp_name']);
|
$doc = DOMDocument::load($_FILES['opml_file']['tmp_name']);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user