added:
db users
admin user edit
cleared router
cleared sql
new sid creation
new log creation
cleaned code (a bit) (
removed db check value function and replaced with get one value.
This commit is contained in:
2023-07-08 03:47:32 +05:00
parent c25bd2e274
commit e628d10ec7
20 changed files with 902 additions and 563 deletions

View File

@ -1,5 +1,4 @@
<%- include('./static/start.ejs',{name:'login',async: true}) %>
<!DOCTYPE html>
<style>
* {
text-align: center;
@ -9,6 +8,8 @@
display: none;
}
</style>
<%- include('./static/start.ejs',{name:'login',async: true}) %>
<div class="login-page">
<input name="login" type="text" id="login" required>
@ -23,8 +24,6 @@
<!-- <input type="submit" value="" hidden> -->
<div id="res"></div>
<%- include('./static/end.ejs') %>
<script>
// console.log($.cookie("uuid"));
// log_by_sid();
@ -62,3 +61,4 @@
}
});
</script>
<%- include('./static/end.ejs') %>