TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
if (!getenv('TYPO3_PATH_COMPOSER_ROOT')) {
|
||||
putenv('TYPO3_PATH_COMPOSER_ROOT=' . '{$base-dir}');
|
||||
$_ENV['TYPO3_PATH_COMPOSER_ROOT'] = '{$base-dir}';
|
||||
}
|
||||
if (!getenv('TYPO3_PATH_APP')) {
|
||||
putenv('TYPO3_PATH_APP=' . '{$app-dir}');
|
||||
$_ENV['TYPO3_PATH_APP'] = '{$app-dir}';
|
||||
}
|
||||
if (!getenv('TYPO3_PATH_ROOT')) {
|
||||
putenv('TYPO3_PATH_ROOT=' . '{$root-dir}');
|
||||
$_ENV['TYPO3_PATH_ROOT'] = '{$root-dir}';
|
||||
}
|
||||
if (!getenv('TYPO3_PATH_WEB')) {
|
||||
putenv('TYPO3_PATH_WEB=' . '{$web-dir}');
|
||||
$_ENV['TYPO3_PATH_WEB'] = '{$web-dir}';
|
||||
}
|
||||
// '{$composer-mode}'
|
||||
Reference in New Issue
Block a user