Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
provision
Commits
a6e72bf5
Commit
a6e72bf5
authored
Aug 26, 2009
by
anarcat
Committed by
anarcat
Aug 26, 2009
Browse files
#557990
by mig5 - fix parse error in template
parent
bc8a6f3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
platform/provision_drupal_settings.tpl.php
View file @
a6e72bf5
...
...
@@ -38,8 +38,8 @@
global
$conf
;
$conf
[
'file_directory_path'
]
=
'sites/
'
.
<?
php
print
$site_url
?>
. '
/files';
$conf['file_directory_temp'] = 'sites/
' .
<?php
print
$site_url
?>
. '
/files/tmp';
$conf
[
'file_directory_path'
]
=
'sites/<?php print $site_url ?>/files'
;
$conf
[
'file_directory_temp'
]
=
'sites/<?php print $site_url ?>/files/tmp'
;
$conf
[
'file_downloads'
]
=
1
;
$conf
[
'cache'
]
=
1
;
$conf
[
'clean_url'
]
=
1
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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