Rewrote database-setup to use PDO and be overall more readable
This commit is contained in:
parent
e9a966a8a4
commit
ccd515e7d6
2 changed files with 105 additions and 128 deletions
|
@ -17,6 +17,7 @@
|
|||
<div class="form-group">
|
||||
<label class="control-label" for="dbName">Name</label>
|
||||
<input required class="form-control" type="text" name="dbName" id="dbName" placeholder="Name" value="airtime"/>
|
||||
<span class="glyphicon glyphicon-remove form-control-feedback"></span>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="control-label" for="dbHost">Host</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue