This commit is contained in:
Nikolai X. Shadeauxs 2023-03-12 18:29:37 -04:00
parent 69163af759
commit 93471b5101
2 changed files with 2 additions and 1 deletions

View file

@ -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


View file

@ -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>