Skip to content
Snippets Groups Projects
Commit 91b1c115 authored by Oliver Klee's avatar Oliver Klee Committed by Tolleiv Nietsch
Browse files

[TASK] Add a comment for require(Bootstrap.php)

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
parent cd60c053
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment