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:
@@ -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']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user