Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
provision
Commits
faba286a
Commit
faba286a
authored
Apr 07, 2010
by
Adrian Rossouw
Browse files
I missed some files from the previous commit.
parent
fdbb6c7c
Changes
2
Hide whitespace changes
Inline
Side-by-side
platform/global_settings.tpl.php
0 → 100644
View file @
faba286a
<?php
print
'<?php '
;
?>
# global settings.php
provision_drushrc.tpl.php
0 → 100644
View file @
faba286a
<?php
foreach
(
array
(
'db_type'
,
'db_host'
,
'db_user'
,
'db_passwd'
,
'db_name'
)
as
$key
)
{
?>
$_SERVER['
<?php
print
$key
;
?>
'] = $options['
<?php
print
$key
;
?>
'];
<?php
}
?>
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