update
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:
@ -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') %>
|
||||
Reference in New Issue
Block a user