ordersprinter/webapp/nfclogin.php

10 lines
145 B
PHP
Raw Normal View History

2020-11-19 23:14:02 +01:00
<?php
if(session_id() == '') {
session_start();
session_destroy();
}
$arg = $_GET["a"];
header('Location: index.html?a=' . $arg);