mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Typo and unusual default configuration and link to prebuild image
This commit is contained in:
parent
20372e7e73
commit
aaa9b47ff1
4 changed files with 10 additions and 9 deletions
|
@ -230,7 +230,7 @@ require_once '../locale/function.php';
|
|||
|
||||
<div class="form-group">
|
||||
<label for="databaseHost">Database Host</label>
|
||||
<input type="text" class="form-control" id="databaseHost" placeholder="Enter Database Host" value="localhost" required="required">
|
||||
<input type="text" class="form-control" id="databaseHost" placeholder="Enter Database Host" value="database" required="required">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="databasePort">Database Port</label>
|
||||
|
@ -238,7 +238,7 @@ require_once '../locale/function.php';
|
|||
</div>
|
||||
<div class="form-group">
|
||||
<label for="databaseUser">Database User</label>
|
||||
<input type="text" class="form-control" id="databaseUser" placeholder="Enter Database User" value="root" required="required">
|
||||
<input type="text" class="form-control" id="databaseUser" placeholder="Enter Database User" value="avideo" required="required">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="databasePass">Database Password</label>
|
||||
|
@ -247,7 +247,7 @@ require_once '../locale/function.php';
|
|||
</div>
|
||||
<div class="form-group">
|
||||
<label for="databaseName">Database Name</label>
|
||||
<input type="text" class="form-control" id="databaseName" placeholder="Enter Database Name" value="aVideo" required="required">
|
||||
<input type="text" class="form-control" id="databaseName" placeholder="Enter Database Name" value="avideo" required="required">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="createTables">Do you want to create database and tables?</label><br>
|
||||
|
@ -339,7 +339,7 @@ require_once '../locale/function.php';
|
|||
if (xhr.status == 404) {
|
||||
avideoAlert("Sorry!", "Your Site URL is wrong!", "error");
|
||||
} else {
|
||||
avideoAlert("Sorry!", "Unknow error!", "error");
|
||||
avideoAlert("Sorry!", "Unknown error!", "error");
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue