drop table anyad

This commit is contained in:
spitkov 2025-03-12 17:49:44 +01:00
parent c99554d272
commit 4f6b7a135c

View file

@ -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) {
const kretaUrl = new URL(selectedSchool.kretaLink);