opml: remove debug file override

This commit is contained in:
Andrew Dolgov 2010-06-29 14:26:45 +04:00
parent e955834551
commit 6697481587
1 changed files with 0 additions and 2 deletions

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']);