master
Bernd Wurst Spätere Anlieferung eingebaut

Bernd Wurst authored 6 years ago

1) <?php
2) session_start();
Bernd Wurst Erste Version, die über die...

Bernd Wurst authored 3 years ago

3) if (isset($_SESSION['mode']) && $_SESSION['mode'] == 'local') {
Bernd Wurst API-Aufrufe über Guzzle um...

Bernd Wurst authored 8 months ago

4)     $_SESSION['angeliefert'] = true;
Bernd Wurst Erste Version, die über die...

Bernd Wurst authored 3 years ago

5)     header("Location: gitterbox.php");
6)     die();
7) }
Bernd Wurst API-Authtoken, Idle-Warnung...

Bernd Wurst authored 3 years ago

8) // hardcoded, Vorabanmeldung ist momentan nicht vorgesehen
9) header("Location: gitterbox.php");
10) die();
11) 
12)