First Commit

This commit is contained in:
2025-11-02 22:52:08 +01:00
commit 73fbbf1be2
5821 changed files with 977526 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<?php
/**
* CORS-Proxy Konfiguration
* Diese Datei enthält die Backend-Credentials
* WICHTIG: Diese Datei NICHT in Git committen!
* Fügen Sie cors-config.php zur .gitignore hinzu
*/
// Backend-Credentials
$username = 'beogruppe';
$password = 'ArktUhr';
// Optional: Weitere Konfiguration
// $backendUrl = 'https://sternwarte-welzheim.de/intern/sofue/php/sofueDB.php';
// $allowedOrigins = ['http://localhost:5173', 'https://ihre-domain.de'];
?>