mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-10-30 17:37:50 +00:00
adding global delete code
This commit is contained in:
@@ -54,3 +54,11 @@ func (e mainEnv) uiConfigurationDump(w http.ResponseWriter, r *http.Request, ps
|
||||
w.Write([]byte(finalJSON))
|
||||
}
|
||||
|
||||
func (e mainEnv) globalUserDelete(userTOKEN string) {
|
||||
// not implemented
|
||||
}
|
||||
|
||||
func (e mainEnv) pluginUserDelete(pluginid, userTOKEN) {
|
||||
// not implemented
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user