Various fixes, SQL injection prevention (escaping) and basic web-server. Also remove the fake data file of 7mb...

This commit is contained in:
Joe Tretter
2020-04-22 21:10:21 -05:00
parent 886467327c
commit 07ceb58dda
7 changed files with 39 additions and 11 deletions

View File

@@ -11,7 +11,6 @@
<!-- app-css -->
<link rel="stylesheet" href="css/optiTrainer.css">
<script src='js/spyDataFake.js'></script>
<script src='js/optiTrainer.js'></script>
<script src='js/masterFilter.js'></script>