mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-11-02 19:07:46 +00:00
8 lines
253 B
JavaScript
8 lines
253 B
JavaScript
const adminMenu = [
|
|
{name: "User requests", file: "admin-view-requests.html"},
|
|
{name: "Privacy settings", file: "admin-privacy-settings.html"},
|
|
{name: "Audit", file: "admin-audit.html"},
|
|
{name: "Logout", file: "javascript:bunker_logout();"}
|
|
];
|
|
|