mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
Schlagwortdienst auf HTTPS geaendert
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
$url = "http://xgnd.bsz-bw.de/";
|
$url = "https://xgnd.bsz-bw.de/";
|
||||||
$zielfeld = "kontrollschlagwoerter";
|
$zielfeld = "kontrollschlagwoerter";
|
||||||
$url = $url."?zielfeld=".$zielfeld;
|
$url = $url."?zielfeld=".$zielfeld;
|
||||||
header('Content-Type: text/html; charset=utf-8');
|
header('Content-Type: text/html; charset=utf-8');
|
||||||
|
|||||||
Reference in New Issue
Block a user