Karaka-Management / phpOMS

PHP Framework
Other
2 stars 0 forks source link

The function `initRequestModules` pre-loads all modules based on path. However it should also be possible to define the application for this. Otherwise modules will be loaded on the same uri even if it is a different application which only has the same uri on accident. #296

Closed spl1nes closed 1 year ago

spl1nes commented 1 year ago

This function is not necessary because the dispatcher is initializing the module if necessary.