Add log out functionality
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<script src="validate_user.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<?php include 'navbar.php' ?>
|
||||
<?php include 'navbar.php'; ?>
|
||||
<form name="create_form" method="post" action="user_management.php" onsubmit="return validateUser();">
|
||||
<div class="input-group">
|
||||
<label>Nombre</label>
|
||||
|
||||
Reference in New Issue
Block a user