404, obj layer, cache, ask,
This commit is contained in:
@ -11,6 +11,10 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title> <%= name %> </title>
|
||||
<script>
|
||||
admin = {};
|
||||
admin["global"] = () =>{
|
||||
globalThis._admin_ = true;
|
||||
}
|
||||
oncontextmenu = (e) => {
|
||||
e.preventDefault()
|
||||
}
|
||||
@ -21,6 +25,7 @@
|
||||
check_sid(true);
|
||||
// console.log("check");
|
||||
}
|
||||
|
||||
</script>
|
||||
<style>
|
||||
:root{
|
||||
|
||||
Reference in New Issue
Block a user