Dateien nach "/" hochladen

This commit is contained in:
2024-03-10 15:21:10 +00:00
parent f8c282ea84
commit 5e313df2ec
5 changed files with 1416 additions and 0 deletions

5
index.php Normal file
View File

@ -0,0 +1,5 @@
<?php
// Weiterleitung zur search.php-Datei
header("Location: /Logistik/public/search.php");
exit;
?>