|
@@ -1,9 +1,7 @@
|
|
|
|
|
|
<?php
|
|
<?php
|
|
if (!isset($_GET['pos_id'])) {
|
|
if (!isset($_GET['pos_id'])) {
|
|
- print_r($_SERVER['HTTP_ORIGIN']);
|
|
|
|
- $host = (str_contains($_SERVER['HTTP_ORIGIN'], 'vorsortierter-flohmarkt.de')) ? "https://app.vorsortierter-flohmarkt.de" : "";
|
|
|
|
- header("Location: {$host}/mobile/config.html");
|
|
|
|
|
|
+ echo file_get_contents(dirname(__FILE__). "/config.html");
|
|
exit();
|
|
exit();
|
|
}
|
|
}
|
|
?>
|
|
?>
|