From cd0c829e075ba25fabed245140b59c7b82486185 Mon Sep 17 00:00:00 2001 From: Fluffy-Bean Date: Sat, 13 Aug 2022 12:04:17 +0000 Subject: [PATCH] Signup switched to AJAX, omg this took forever --- account/signup.php | 171 +++++-------------------------- app/account/signup.php | 225 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 249 insertions(+), 147 deletions(-) create mode 100644 app/account/signup.php diff --git a/account/signup.php b/account/signup.php index f72160f..19e5b70 100644 --- a/account/signup.php +++ b/account/signup.php @@ -32,165 +32,42 @@

Make account

And amazing things happened here...


-
- + +
- - + +
- +
- +
+ + diff --git a/app/account/signup.php b/app/account/signup.php new file mode 100644 index 0000000..7dca167 --- /dev/null +++ b/app/account/signup.php @@ -0,0 +1,225 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +