1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-23 11:46:37 +02: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']);