Initial commit

This commit is contained in:
root
2025-12-21 09:57:09 -05:00
committed by Sebastian Krupinski
commit 8ac20d8b45
38 changed files with 4677 additions and 0 deletions

12
composer.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "ktrix/files",
"description": "File browser interface module",
"type": "ktrix-module",
"license": "AGPL-3.0-or-later",
"autoload": {
"psr-4": {
"KTXM\\Files\\": "lib/"
}
},
"require": {}
}