*
* Script execution will be aborted if something fails here.
*
- * @param int $entryPointLevel Number of subdirectories where the entry script is located under the document root.
* @throws \RuntimeException when TYPO3_REQUESTTYPE was not set before, setRequestType() needs to be called before
* @internal This is not a public API method, do not use in own extensions
*/
- public static function baseSetup($entryPointLevel = null)
+ public static function baseSetup()
{
if (!defined('TYPO3_REQUESTTYPE')) {
throw new \RuntimeException('No Request Type was set, TYPO3 does not know in which context it is run.', 1450561838);