made it so nobody can register anymore

This commit is contained in:
2024-01-25 21:01:07 +01:00
parent 18071aa16c
commit 56bdc1cf96
2 changed files with 6 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
<?php
session_start();
require_once 'config.php';
/*
// Handle registration form submission
if ($_SERVER["REQUEST_METHOD"] == "POST") {
// Validate that required fields are provided
@@ -59,5 +59,5 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
}
}
}
*/
?>