├── Dockerfile ├── LICENSE ├── README.md ├── catch.php ├── configuration.php └── index.php /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MTK911/KHATA/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MTK911/KHATA/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MTK911/KHATA/HEAD/README.md -------------------------------------------------------------------------------- /catch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MTK911/KHATA/HEAD/catch.php -------------------------------------------------------------------------------- /configuration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MTK911/KHATA/HEAD/configuration.php -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MTK911/KHATA/HEAD/index.php --------------------------------------------------------------------------------