From 0623980e4af461879595cf6039ac2bfea213fc17 Mon Sep 17 00:00:00 2001 From: Austin Date: Fri, 12 Nov 2021 14:13:05 -0500 Subject: [PATCH] 2step prep --- html/2fa.php | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 html/2fa.php diff --git a/html/2fa.php b/html/2fa.php new file mode 100644 index 0000000..1333aad --- /dev/null +++ b/html/2fa.php @@ -0,0 +1,49 @@ + +
+
+
+
+
+

2-Step Verification

+
+
+
+
+

+
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ +EOT; + +pageHandler(); +$ph->pageTitle("2FA"); +$ph->footer = ""; +$ph->navbar = ""; +$ph->body = $body; +$ph->output();