Rewrote database-setup to use PDO and be overall more readable

This commit is contained in:
Duncan Sommerville 2014-12-11 12:54:50 -05:00
parent e9a966a8a4
commit ccd515e7d6
2 changed files with 105 additions and 128 deletions

View file

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