From cfdfb2861330aac06bb083b9e2658b3cd605c92b Mon Sep 17 00:00:00 2001
From: Janis Roth <janis.roth@isolutions.ch>
Date: Fri, 14 Feb 2025 16:07:37 +0100
Subject: [PATCH] ref to php

---
 html/formular.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/formular.html b/html/formular.html
index 5738963..424fdc6 100644
--- a/html/formular.html
+++ b/html/formular.html
@@ -33,7 +33,7 @@
         </div>
         <br><br><br><br>
         <div id="formular-container" class="zentriert">
-            <form id="kontaktformular" action="/send_email.php" method="post">
+            <form id="kontaktformular" action="../php/email.php" method="post">
                 <label for="vorname">Vorname*</label>
                 <input type="text" id="vorname" name="vorname" required>
         
-- 
GitLab