mirror of
https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2025-10-03 16:20:58 +08:00
fix
This commit is contained in:
parent
69163af759
commit
93471b5101
2 changed files with 2 additions and 1 deletions
|
@ -35,6 +35,7 @@ But most of all it's just much easier than any other option. You don't need to c
|
|||
|
||||
|
||||
## Getting Started
|
||||
- This requires php setting allow_url_fopen enabled
|
||||
|
||||
### To Install In WP
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@ Author URI: https://vontainment.com
|
|||
|
||||
<div class="section">
|
||||
<h2>Upload Plugin</h2>
|
||||
<form method="post" enctype="multipart/form-data" name="upload_plugin_form" action="upload-plugin.php">
|
||||
<form method="post" enctype="multipart/form-data" name="upload_plugin_form" action="../upload-plugin.php">
|
||||
<input type="file" name="plugin_file">
|
||||
<input type="submit" name="upload_plugin" value="Upload">
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue