allerta-vvf/server/list.php

6 lines
212 B
PHP
Raw Normal View History

2020-09-02 17:31:41 +02:00
<?php
require_once 'ui.php';
2021-03-04 09:52:11 +01:00
$_SESSION["token_list"] = bin2hex(random_bytes(64));
2020-11-13 18:57:47 +01:00
loadtemplate('list.html', ['title' => t("Availability List", false), 'token_list' => $_SESSION['token_list']]);
bdump($_SESSION);