1. Import

This commit is contained in:
2026-03-29 10:34:57 +02:00
parent b0e00c1259
commit a1129565af
4899 changed files with 3007593 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?php
/*=======================================================================
*
* phoenix.css
*
* Autor: Carsten Annacker, Marc Vollmann
*
=======================================================================*/
include_once ("../include/global.inc.php");
$file_contents = file_get_contents("https://maps.googleapis.com/maps/api/js?key=" . get_api_key() . "&libraries&libraries=places&language=de");
echo str_replace("Standort", "Adresse", $file_contents);
?>