Merge branch 'pr/35' into leiweibau-merge2

This commit is contained in:
jokob-sk
2022-07-23 20:56:33 +10:00
14 changed files with 315 additions and 106 deletions

View File

@@ -8,6 +8,14 @@
#--------------------------------------------------------------------------- -->
<?php
session_start();
if ($_SESSION["login"] != 1)
{
header('Location: /pialert/index.php');
exit;
}
require 'php/templates/header.php';
require 'php/templates/graph.php';
?>