remove limit on opml size
This commit is contained in:
parent
27be66c3e2
commit
0d6c5f20e7
|
@ -43,7 +43,6 @@
|
|||
<div class="expPane">
|
||||
|
||||
<form enctype="multipart/form-data" method="POST" action="opml.php">
|
||||
<input type="hidden" name="MAX_FILE_SIZE" value="30000">
|
||||
File: <input id="opml_file" name="opml_file" type="file">
|
||||
<input class="button" name="op" onclick="return validateOpmlImport();"
|
||||
type="submit" value="Import">
|
||||
|
|
Loading…
Reference in New Issue