قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-10-08 01:48:25 +00:00

* Use shell_exec instead of backticks - Using backticks is bad practice and might become deprecated with PHP 9, so we should avoid using them. * Improve code quality