Initial commit with security patches

This commit is contained in:
mstfyldz
2026-02-22 17:08:48 +03:00
commit b44389a0a2
13 changed files with 1619 additions and 0 deletions

17
vercel.json Normal file
View File

@@ -0,0 +1,17 @@
{
"version": 2,
"functions": {
"api/**/*.php": {
"runtime": "vercel-php@0.6.0"
}
},
"routes": [
{
"src": "/(.*)",
"dest": "/$1"
}
],
"env": {
"PHP_VERSION": "8.2"
}
}