Skip to content
Snippets Groups Projects
Commit 0bbae723 authored by Colan Schwartz's avatar Colan Schwartz
Browse files

Issue #3035707 by colan: Stopped setting the installation profile in settings.php.

Also, removed some other variables that appear to be unused.
parent 8166e179
No related branches found
No related tags found
No related merge requests found
...@@ -111,9 +111,6 @@ if (isset($_SERVER['db_name'])) { ...@@ -111,9 +111,6 @@ if (isset($_SERVER['db_name'])) {
<?php endif; ?> <?php endif; ?>
$profile = "<?php print $this->profile ?>";
$install_profile = "<?php print $this->profile ?>";
/** /**
* PHP settings: * PHP settings:
* *
...@@ -134,7 +131,6 @@ if (isset($_SERVER['db_name'])) { ...@@ -134,7 +131,6 @@ if (isset($_SERVER['db_name'])) {
*/ */
umask(0002); umask(0002);
$settings['install_profile'] = '<?php print $this->profile ?>';
$settings['file_public_path'] = 'sites/<?php print $this->uri ?>/files'; $settings['file_public_path'] = 'sites/<?php print $this->uri ?>/files';
$settings['file_private_path'] = 'sites/<?php print $this->uri ?>/private/files'; $settings['file_private_path'] = 'sites/<?php print $this->uri ?>/private/files';
$config['system.file']['path']['temporary'] = 'sites/<?php print $this->uri ?>/private/temp'; $config['system.file']['path']['temporary'] = 'sites/<?php print $this->uri ?>/private/temp';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment