hopefully working now

This commit is contained in:
2024-01-23 12:55:28 +01:00
parent 00f4d245ef
commit f8a510d190
3 changed files with 16 additions and 4 deletions

View File

@@ -1,2 +0,0 @@
<!--PAGENAME=You dont have any rights-->
<h1>Watch something</h1>

View File

@@ -1,5 +1,6 @@
<?php
if ($_SERVER["REQUEST_METHOD"] == "POST") {
global $mysqli;
// Handle login form submission
$email = $_POST['email'];
$password = $_POST['password'];