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

@ -0,0 +1,6 @@
<?php
session_unset();
header("Location: index.php");
?>