This commit is contained in:
jakani24
2024-06-08 20:23:02 +02:00
parent 444e56d675
commit 22fc95fb70
11 changed files with 15 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ if (!isset($_SESSION['username']) or !isset($_SESSION["login"])) {
$username = $_SESSION['username'];
$perms = $_SESSION["perms"];
$email = $_SESSION["email"];
include "../../../api/php/log/add_server_entry.php"; //to log things
?>
<!DOCTYPE html>
<html lang="en">