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

13
composer.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "xciptv/api",
"description": "XC IPTV Secured API Panel",
"type": "project",
"require": {
"php": ">=7.4"
},
"config": {
"platform": {
"php": "8.2"
}
}
}