Is it possible to hook into install/index.php?

Marcus

Well-known member
Licensed customer
I want to tell the installer to work with different stream protocolls. Currently I modify the install/index.php file, but is there a more elegant way like hooking into the Autoloader?

I'd like to avoid file edits as much as possible. Thanks!
 
I've ended up adding stream registration in config.php rather than in an addon.
 
Back
Top Bottom