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