Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Projects
Groups
Snippets
Sign up now
Login
Sign in
Toggle navigation
Menu
Open sidebar
project
provision
Commits
bfb33ae4
Commit
bfb33ae4
authored
Sep 08, 2014
by
Grazyna Jaworska
Browse files
Fix spacing in config lines.
parent
539ecb5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Provision/Config/Drupal/provision_drupal_settings.tpl.php
View file @
bfb33ae4
...
...
@@ -137,18 +137,18 @@ if (isset($_SERVER['db_name'])) {
$conf['install_profile'] = '
<?php
print
$this
->
profile
?>
';
$conf['
<?php
print
$file_directory_path_var
?>
'] = 'sites/
<?php
print
$this
->
uri
?>
/files';
$conf['
<?php
print
$file_directory_temp_var
?>
'] = 'sites/
<?php
print
$this
->
uri
?>
/private/temp';
<?php
if
(
isset
(
$file_directory_private_var
))
:
?>
<?php
if
(
isset
(
$file_directory_private_var
))
:
?>
$conf['
<?php
print
$file_directory_private_var
?>
'] = 'sites/
<?php
print
$this
->
uri
?>
/private/files';
<?php
endif
;
?>
<?php
endif
;
?>
$conf['clean_url'] = 1;
$conf['aegir_api'] =
<?php
print
!
$this
->
backup_in_progress
?
$this
->
api_version
:
0
?>
;
<?php
if
(
!
$this
->
site_enabled
)
:
?>
<?php
if
(
!
$this
->
site_enabled
)
:
?>
// This is for Drupal 6 and below.
$conf['site_offline'] = 1;
// And this is for Drupal 7 and above.
$conf['maintenance_mode'] = 1;
<?php
endif
?>
<?php
endif
?>
<?php
print
$extra_config
;
?>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment