From 99ed05d3de67c4c6767150e4c8d266b336d824ab Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 27 Mar 2025 13:39:47 -0400 Subject: [PATCH] basic auth login --- index.html | 4 ++++ login_basic.php | 62 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 login_basic.php diff --git a/index.html b/index.html index 7972e8d..2ab88e0 100644 --- a/index.html +++ b/index.html @@ -162,6 +162,10 @@ + +
+ Use Basic HTTP Login +
diff --git a/login_basic.php b/login_basic.php new file mode 100644 index 0000000..a91fa7c --- /dev/null +++ b/login_basic.php @@ -0,0 +1,62 @@ + \ No newline at end of file