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
7b25351e
Commit
7b25351e
authored
Aug 11, 2014
by
Christopher Gervais
Browse files
Allow usage with Drush7, now that *.drush.load.inc's aren't being included.
parent
86a67234
Changes
1
Hide whitespace changes
Inline
Side-by-side
http/Provision/Service/http/apache.php
View file @
7b25351e
...
...
@@ -17,7 +17,8 @@ class Provision_Service_http_apache extends Provision_Service_http_public {
$this
->
configs
[
'server'
][]
=
'Provision_Config_Apache_Server'
;
$this
->
configs
[
'platform'
][]
=
'Provision_Config_Apache_Platform'
;
$this
->
configs
[
'site'
][]
=
'Provision_Config_Apache_Site'
;
if
(
subdirs_drush_load
())
{
$features
=
drush_get_option
(
'hosting_features'
,
array
());
if
(
array_key_exists
(
'subdirs'
,
$features
)
&&
$features
[
'subdirs'
])
{
$this
->
configs
[
'site'
][]
=
'Provision_Config_Apache_Subdir'
;
$this
->
configs
[
'site'
][]
=
'Provision_Config_Apache_SubdirVhost'
;
}
...
...
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