├── .gitignore ├── LICENSE ├── README.md └── config.php.example /.gitignore: -------------------------------------------------------------------------------- 1 | web -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ppouria/marzhelp/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Marzhelp was deleted from the main branch. -------------------------------------------------------------------------------- /config.php.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ppouria/marzhelp/HEAD/config.php.example --------------------------------------------------------------------------------