Add files via upload

This commit is contained in:
Dennis 2022-01-24 12:25:30 +01:00 committed by GitHub
parent dae14aa65a
commit 4f1b0c26bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

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

View file

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