made a mvp

This commit is contained in:
thies
2021-01-17 16:21:59 +01:00
parent 572f3317e3
commit 469ddf0c3e
20 changed files with 45 additions and 576 deletions

View File

@@ -1,12 +1,7 @@
<?php
/*
author: Thies Müller
contact: contactme@td00.de
source: https://github.com/td00/loginpagefoo
license: AGPL 3.0
*/
session_start(); //everytime we want to use $_SESSION or features regarding a valid session we need to start this
include 'db.inc.php'; //this is used to establish database connections thruout the app