fixing database connections and patching possible nosqli

This commit is contained in:
ngn
2023-06-24 18:48:18 +03:00
parent ad6b29be01
commit d42990db29
36 changed files with 1125 additions and 1030 deletions

7
layouts/error.vue Normal file
View File

@@ -0,0 +1,7 @@
<script>
export default {
mounted() {
this.$router.push({ path: "/" })
}
}
</script>