made a mvp
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user