Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
provision
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
provision
Commits
a0988788
Commit
a0988788
authored
Jan 30, 2011
by
Grace
Committed by
mig5
Jan 30, 2011
Browse files
Options
Downloads
Patches
Plain Diff
Allow local.settings.php to override global.inc to make it usable. (Grace)
parent
2c09f779
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
platform/provision_drupal_settings.tpl.php
+5
-5
5 additions, 5 deletions
platform/provision_drupal_settings.tpl.php
with
5 additions
and
5 deletions
platform/provision_drupal_settings.tpl.php
+
5
−
5
View file @
a0988788
...
@@ -84,12 +84,12 @@
...
@@ -84,12 +84,12 @@
}
}
}
}
# Additional site configuration settings.
if (file_exists('
<?php
print
$this
->
site_path
?>
/local.settings.php')) {
include_once('
<?php
print
$this
->
site_path
?>
/local.settings.php');
}
# Additional host wide configuration settings. Useful for safely specifying configuration settings.
# Additional host wide configuration settings. Useful for safely specifying configuration settings.
if (file_exists('
<?php
print
$this
->
platform
->
server
->
include_path
?>
/global.inc')) {
if (file_exists('
<?php
print
$this
->
platform
->
server
->
include_path
?>
/global.inc')) {
include_once('
<?php
print
$this
->
platform
->
server
->
include_path
?>
/global.inc');
include_once('
<?php
print
$this
->
platform
->
server
->
include_path
?>
/global.inc');
}
}
# Additional site configuration settings.
if (file_exists('
<?php
print
$this
->
site_path
?>
/local.settings.php')) {
include_once('
<?php
print
$this
->
site_path
?>
/local.settings.php');
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment