Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<?php
session_start();
$code = build_unique_string(14);
$_SESSION['secret'] = $code;
/* Sonstiger Code
*/
?>
<!-- Redirect nach 5 Sekunden -->
<meta http-equiv="refresh" content="5; url=https://deinedomain.de/verguetung.php?id=<?php echo $_GET['id'] // ID muss natürlich schon auf dieser Seite verfügbar sein ?>&secret=<?php echo $code ?>" />