add files

This commit is contained in:
arlemp@selectel.ru
2023-08-05 11:59:48 +03:00
commit c5003b00cf
2193 changed files with 292962 additions and 0 deletions

15
vendor/akdelf/akdmin/composer.json vendored Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "akdelf/akdmin",
"description": "php autoadmin",
"keywords": ["admin"],
"version": "1.4.0",
"require":{
"php": ">=5.2.0"
},
"autoload": {
"files": ["lib/akdmin.php"]
}
}