1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-30 14:51:28 +00:00

opml: remove debug file override

This commit is contained in:
Andrew Dolgov
2010-06-29 14:26:45 +04:00
parent e955834551
commit 6697481587

View File

@@ -1,8 +1,6 @@
<?php
function opml_import_domdoc($link, $owner_uid) {
$_FILES['opml_file']['tmp_name'] = '/home/fox/opml.php';
if (is_file($_FILES['opml_file']['tmp_name'])) {
$doc = DOMDocument::load($_FILES['opml_file']['tmp_name']);