diff --git a/.gitignore b/.gitignore index e427ff3..a24a893 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules/ */node_modules/ */build/ +sessions/ diff --git a/apply.php b/apply.php index 6cf9768..7a292fc 100644 --- a/apply.php +++ b/apply.php @@ -75,7 +75,7 @@ try { exit; } -$to = getenv('MAIL_TO') ?: 'default-recipient@example.com'; // Fallback recipient +$to = getenv('MAIL_TO'); $subject = 'New FinMox Beta Application'; $htmlBody = "" diff --git a/assets/pasted-20251228-085051-8f59cd4f.png b/assets/pasted-20251228-085051-8f59cd4f.png new file mode 100644 index 0000000..dd67e03 Binary files /dev/null and b/assets/pasted-20251228-085051-8f59cd4f.png differ diff --git a/assets/pasted-20251228-090450-078be66c.png b/assets/pasted-20251228-090450-078be66c.png new file mode 100644 index 0000000..17b18ea Binary files /dev/null and b/assets/pasted-20251228-090450-078be66c.png differ diff --git a/assets/pasted-20251228-205232-3a1e7c99.png b/assets/pasted-20251228-205232-3a1e7c99.png new file mode 100644 index 0000000..2496d33 Binary files /dev/null and b/assets/pasted-20251228-205232-3a1e7c99.png differ diff --git a/assets/pasted-20251228-205432-bbeacf37.png b/assets/pasted-20251228-205432-bbeacf37.png new file mode 100644 index 0000000..f1ef876 Binary files /dev/null and b/assets/pasted-20251228-205432-bbeacf37.png differ diff --git a/assets/pasted-20251228-205604-792bf2e9.png b/assets/pasted-20251228-205604-792bf2e9.png new file mode 100644 index 0000000..eeba9db Binary files /dev/null and b/assets/pasted-20251228-205604-792bf2e9.png differ diff --git a/check_auth.php b/check_auth.php index b0e6077..a5425d5 100644 --- a/check_auth.php +++ b/check_auth.php @@ -1,4 +1,5 @@ -