From 92c6aa46e73615d433bbef223f35921e5bf12e19 Mon Sep 17 00:00:00 2001 From: Arno Richter Date: Wed, 26 Jan 2022 22:54:31 +0100 Subject: Fix #3 by cleaning up a few localhost issues --- loginform.inc.php | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 loginform.inc.php (limited to 'loginform.inc.php') diff --git a/loginform.inc.php b/loginform.inc.php new file mode 100644 index 0000000..8a6cad8 --- /dev/null +++ b/loginform.inc.php @@ -0,0 +1,48 @@ + 'error', + 'message' => 'You entered wrong user credentials. Please try again.' + ); + } + } + + header('Content-Type: text/html; charset=utf-8'); + +?> + + + micro.blog + + + +
+ +

Please enter your login information.

+ +

+ +
+
+
+ +
+
+ + \ No newline at end of file -- cgit v1.2.3