Skip to content
Snippets Groups Projects
  • Oliver Klee's avatar
    [TASK] Add a comment for require(Bootstrap.php) · 91b1c115
    Oliver Klee authored
    Bootstrap.php is included using "require" instead of "require_once" to
    create a fatal error if Bootstrap.php is included from another place as
    well (which would be a bug).
    
    In order to keep people from changing this to "require_once" (as
    recommended by the CGL), there should be comment explaining the
    situation.
    
    Change-Id: I39c88cae5af38bceafa5ca92561394a275152520
    Resolves: #37447
    Relates: #37383
    Releases: 6.0
    Reviewed-on: http://review.typo3.org/11549
    Reviewed-by: Philipp Gampe
    Tested-by: Philipp Gampe
    Reviewed-by: Oliver Klee
    Reviewed-by: Markus Klein
    Tested-by: Markus Klein
    Reviewed-by: Wouter Wolters
    Tested-by: Wouter Wolters
    Reviewed-by: Tolleiv Nietsch
    Tested-by: Tolleiv Nietsch
    91b1c115
index.php 1.82 KiB