configlib/src/ConfigLib
2023-07-11 22:25:53 -04:00
..
Configuration.php Fixed issue in Configuration->__construct() where the name of an environment variable was being used instead of its value when determining the configuration file path. This incorrect handling resulted in warnings about non-existent files and hindered the proper loading of configuration files. With this fix, environment variables should now correctly guide the path to the desired configuration files, improving the flexibility and functionality of the configuration library. 2023-07-11 22:25:53 -04:00
Program.php Refactored codebase to be more maintainable, readable & more optimized 2023-07-11 14:32:27 -04:00