Enabling basic functionality

- removed deprecated functions (mysql)
- adding function: select view at login
- adapting queries to database structure
- some minor stuff
This commit is contained in:
Florian 2017-08-23 23:35:22 +02:00 committed by GitHub
parent 1a9e2a34d1
commit c02cd74586
7 changed files with 203 additions and 60 deletions

View file

@ -1,8 +1,8 @@
<?php
$dbhost = "localhost";
$dbuser = "USERNAME";
$dbpassword = "PASSWORD";
$dbuser = "boswatch";
$dbpassword = "boswatch";
$database = "boswatch";
$tableFMS = "bos_fms";