Skip to content

Commit

Permalink
Merge branch '2018.09'
Browse files Browse the repository at this point in the history
  • Loading branch information
glye committed Nov 21, 2018
2 parents 71df97c + cdf9b1f commit ea94c93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions autoload.php
Expand Up @@ -8,6 +8,11 @@
* @package kernel
*/

// Disable the PHAR stream wrapper as it is insecure
if (in_array('phar', stream_get_wrappers())) {
stream_wrapper_unregister('phar');
}

// config.php can set the components path like:
// ini_set( 'include_path', ini_get( 'include_path' ). ':../ezcomponents/trunk' );
// It is also possible to push a custom autoload method to the autoload
Expand Down

0 comments on commit ea94c93

Please sign in to comment.