allerta-vvf/server/list.php

7 lines
249 B
PHP
Raw Normal View History

2020-09-02 17:31:41 +02:00
<?php
require_once 'ui.php';
2020-09-26 16:58:02 +02:00
if(!isset($_GET["_tracy_bar"])){
$_SESSION["token_list"] = bin2hex(random_bytes(64));
}
loadtemplate('list.html', ['title' => t("Availability List",false), 'token_list' => $_SESSION['token_list']]);
bdump($_SESSION);