opml: remove debug file override
This commit is contained in:
parent
e955834551
commit
6697481587
|
@ -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']);
|
||||
|
||||
|
|
Loading…
Reference in New Issue