added login
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<?php echo file_get_contents("html/header.html"); ?>
|
||||
<?php
|
||||
session_start();
|
||||
|
||||
include("../scripts/connection.php");
|
||||
include("../scripts/functions.php");
|
||||
$user_data = check_login($con);
|
||||
|
||||
echo file_get_contents("html/header.html");
|
||||
?>
|
||||
<?php echo file_get_contents("html/footer.html"); ?>
|
||||
Reference in New Issue
Block a user