From 028151379c419a004e17418bdade2dab39dda298 Mon Sep 17 00:00:00 2001 From: arf20 Date: Wed, 27 Mar 2024 19:20:05 +0100 Subject: Fix register and login --- register.php | 7 +++---- verify.php | 7 ++++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/register.php b/register.php index 330b2e5..025eb70 100755 --- a/register.php +++ b/register.php @@ -1,5 +1,6 @@ ErrorInfo; }; } - -// Include config file -require_once "config.php"; // Define variables and initialize with empty values $username = $password = $confirm_password = $email = ""; diff --git a/verify.php b/verify.php index 2e4a26a..92ca4f7 100644 --- a/verify.php +++ b/verify.php @@ -1,6 +1,10 @@