added admin function: add user
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user