Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
WCMS
uw_base_profile
Commits
78412706
Commit
78412706
authored
Jun 18, 2018
by
pprasath
Browse files
Changed if statement to elseif statement.
parent
c7b7364d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drupal-settings.php
drupal-settings.php
+1
-1
No files found.
drupal-settings.php
View file @
78412706
...
...
@@ -79,7 +79,7 @@ $conf['cas_domain'] = 'uwaterloo.ca';
if
(
is_file
(
'/etc/pki/tls/certs/ca-bundle.crt'
))
{
$conf
[
'cas_cert'
]
=
'/etc/pki/tls/certs/ca-bundle.crt'
;
}
if
(
is_file
(
'/etc/ssl/certs/ca-certificates.crt'
)){
else
if
(
is_file
(
'/etc/ssl/certs/ca-certificates.crt'
))
{
$conf
[
'cas_cert'
]
=
'/etc/ssl/certs/ca-certificates.crt'
;
}
$conf
[
'site_403'
]
=
'customerror/403'
;
...
...
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