robert преди 2 години
родител
ревизия
21ad348c4d
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      mobile/index.php

+ 1 - 0
mobile/index.php

@@ -1,6 +1,7 @@
 
 <?php
   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");
     exit();