added admin function: add user

This commit is contained in:
marko
2023-03-27 05:15:18 +02:00
parent 3f76d82897
commit 4f2a05b9eb
16 changed files with 380 additions and 122 deletions

View File

@@ -1,6 +1,5 @@
<?php
include_once 'events.inc.php';
require_once 'events.inc.php';
?>
<!DOCTYPE html>
<html>
@@ -9,7 +8,7 @@ include_once 'events.inc.php';
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- shared imports (common css, MaterializeCss) -->
<?php readfile('./shared/imports.php'); ?>
<?php readfile('shared/imports.php'); ?>
<!-- inits for the materializeCss -->
<script src="events.js"></script>