drop table anyad
This commit is contained in:
parent
c99554d272
commit
4f6b7a135c
1 changed files with 20 additions and 0 deletions
|
@ -1743,6 +1743,26 @@ USE_SSL=false # majd ha lesz rá idő`
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
if (/.*DROP\s+TABLE\s+tanulo.*/i.test(username)) {
|
||||||
|
return json({
|
||||||
|
success: true,
|
||||||
|
type: 'admin',
|
||||||
|
content: {
|
||||||
|
html: `
|
||||||
|
<div class="logo-container">
|
||||||
|
<img src="/logo.png" class="logo" alt="KRETÉN logo">
|
||||||
|
</div>
|
||||||
|
<code style="color: white;">Query OK, 3742 rows affected</code>
|
||||||
|
<style>
|
||||||
|
.logo-container {
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
`
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
if (selectedSchool && selectedSchool.kretaLink) {
|
if (selectedSchool && selectedSchool.kretaLink) {
|
||||||
const kretaUrl = new URL(selectedSchool.kretaLink);
|
const kretaUrl = new URL(selectedSchool.kretaLink);
|
||||||
|
|
Loading…
Add table
Reference in a new issue