@@ -0,0 +1,3 @@
+<h1>Konfiguration</h1>
+
+<a href="/mobile/?seller_id=1&cashier=Robert">hier klicken!</a>
@@ -1,4 +1,10 @@
+<?php
+ if (!isset($_GET['seller_id'])) {
+ header("Location: /mobile/config.html");
+ exit();
+ }
+?>
<!doctype html>
<html>
<head>