ordersprinter/webapp/nfclogin.php

10 lines
145 B
PHP

<?php
if(session_id() == '') {
session_start();
session_destroy();
}
$arg = $_GET["a"];
header('Location: index.html?a=' . $arg);