From b4a7a87cea890e3b76518629118648ea27b7bf6f Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sun, 5 Feb 2017 14:51:50 +0100 Subject: [PATCH] correct path to login.php --- registration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registration.php b/registration.php index aeaefde..1092b99 100644 --- a/registration.php +++ b/registration.php @@ -25,7 +25,7 @@ VALUES ('$username', '".md5($password)."', '$email', '$trn_date')"; if($result){ echo "

You are registered successfully.

-
Click here to Login
"; +
Click here to Login"; } }else{ ?>