added admin panel & fixed user registration

This commit is contained in:
2023-06-28 17:39:19 +05:00
parent 4538d122c5
commit 73630d4bb6
7 changed files with 81 additions and 44 deletions

View File

@ -133,6 +133,10 @@ function get_sid(hostname){
});
}
function new_obj(){
}
function load_projs(callback){
$.post( "/get_projs")
.done(function( res ) {
@ -147,6 +151,7 @@ function load_projs(callback){
function goto(url) {
location.href = url;
}
function postForm(path, params, method) {
method = method || 'post';