Browse Source

Add files via upload

Dennis 3 years ago
parent
commit
4f1b0c26bb
2 changed files with 3 additions and 3 deletions
  1. 1 1
      public/install/forms.php
  2. 2 2
      public/install/index.php

+ 1 - 1
public/install/forms.php

@@ -64,7 +64,7 @@ if (isset($_POST['checkGeneral'])) {
 
 }
 
-if (isset($_POST['installComposer'])) {
+if (isset($_POST['feedDB'])) {
     $logs = "";
 
     #$logs .= run_console(putenv('COMPOSER_HOME=' . dirname(__FILE__, 3) . '/vendor/bin/composer'));

+ 2 - 2
public/install/index.php

@@ -182,10 +182,10 @@ echo $cardheader;
     ?>
 
     <form method="POST" enctype="multipart/form-data" class="mb-3"
-          action="/install/forms.php" name="installComposer">
+          action="/install/forms.php" name="feedDB">
 
 
-        <button class="btn btn-primary" name="installComposer">Submit</button>
+        <button class="btn btn-primary" name="feedDB">Submit</button>
         </div>
         </div>